@charset "utf-8";
/* CSS Document */
#menu {position:relative; width:200px; height:360px; background:transparent url(menu_bw.jpg); overflow:hidden; margin:0 auto;}
#menu ul {margin:0; padding:0;}
#menu li {list-style-type:none; width:200px; height:20px; display:inline;}
#menu a {display:block; float:left; width:200px; height:0; overflow:hidden; color:#000; text-decoration:none; padding-top:20px; background:transparent url(menu_col.jpg) no-repeat 200px 600px;}
* html #menu a  {height:20px; he\ight:0;}

#menu a#item1:hover {background-position: 0 0; z-index:50;}
#menu a#item2:hover {background-position: 0 -20px; z-index:50;}
#menu a#item3:hover {background-position: 0 -40px; z-index:50;}
#menu a#item4:hover {background-position: 0 -60px; z-index:50;}
#menu a#item5:hover {background-position: 0 -80px; z-index:50;}
#menu a#item6:hover {background-position: 0 -100px; z-index:50;}
#menu a#item7:hover {background-position: 0 -120px; z-index:50;}
#menu a#item8:hover {background-position: 0 -140px; z-index:50;}
#menu a#item9:hover {background-position: 0 -160px; z-index:50;}

