#menu {

	margin: 0 auto;
	position: relative;
	display:block;
	height:40px;
	width: 800px;
	
}
#menu ul {margin:0; padding:0; list-style-type:none;}
#menu li {float:left;display:block; border:0px;}
#menu li.menu_1 {width:91px;background:transparent url(../img/mainmenu/menu_1.jpg);}
#menu li.menu_2 {width:157px;background:transparent url(../img/mainmenu/menu_2.jpg);}
#menu li.menu_3 {width:60px;background:transparent url(../img/mainmenu/menu_3.jpg);}
#menu li.menu_4 {width:176px;background:transparent url(../img/mainmenu/menu_4.jpg);}
#menu li.menu_5 {width:84px;background:transparent url(../img/mainmenu/menu_5.jpg);}
#menu li.menu_6 {width:192px;background:transparent url(../img/mainmenu/menu_6.jpg);}

#menu a {display:block; padding-top:40px; height:0; color:#000; text-decoration:none; overflow:hidden;}
* html #menu a:link, * html #menu a:visited {height:40px; he\ight:0;}

#menu a#menu_1 {width:91px; background:transparent url(../img/mainmenu/menu_1H.jpg) -91px -40px no-repeat;}
#menu a#menu_2 {width:157px; background:transparent url(../img/mainmenu/menu_2H.jpg) -157px -40px no-repeat;}
#menu a#menu_3 {width:60px; background:transparent url(../img/mainmenu/menu_3H.jpg) -60px -40px no-repeat;}
#menu a#menu_4 {width:176px;background:transparent url(../img/mainmenu/menu_4H.jpg) -176px -40px no-repeat;}
#menu a#menu_5 {width:84px;background:transparent url(../img/mainmenu/menu_5H.jpg) -84px -40px no-repeat;}
#menu a#menu_6 {width:192px;background:transparent url(../img/mainmenu/menu_6H.jpg) -238px -40px no-repeat;}

#menu a#menu_1:hover {width:91px;background-position:top right; z-index:50;}
#menu a#menu_2:hover {width:157px;background-position:top right; z-index:50;}
#menu a#menu_3:hover {width:60px;background-position:top right; z-index:50;}
#menu a#menu_4:hover {width:176px;background-position:top right; z-index:50;}
#menu a#menu_5:hover {width:84px;background-position:top right; z-index:50;}
#menu a#menu_6:hover {width:192px;background-position:top right; z-index:50;}

#menu li.menu_1s {width:91px; background: url(../img/mainmenu/menu_1H.jpg) no-repeat;}
#menu li.menu_2s {width:157px; background: url(../img/mainmenu/menu_2H.jpg) no-repeat;}
#menu li.menu_3s {width:60px; background: url(../img/mainmenu/menu_3H.jpg) no-repeat;}
#menu li.menu_4s {width:176px;background: url(../img/mainmenu/menu_4H.jpg) no-repeat;}
#menu li.menu_5s {width:84px;background: url(../img/mainmenu/menu_5H.jpg) no-repeat;}
#menu li.menu_6s {width:192px;background: url(../img/mainmenu/menu_6H.jpg) no-repeat;}

* html #menu a:hover {height:86px; he\ight:0;}

#menu li.start {
	float:left;
	display:block;
	background-image: url(../img/mainmenu/menuStart.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 20px;
}
#menu li.end {
	float:right;
	display:block;
	background-image: url(../img/mainmenu/menuEnd.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 20px;
}
