#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:125px;background:transparent url(../img/mainmenu/menu_2.jpg);}
#menu li.menu_3 {width:77px;background:transparent url(../img/mainmenu/menu_3.jpg);}
#menu li.menu_4 {width:102px;background:transparent url(../img/mainmenu/menu_4.jpg);}
#menu li.menu_5 {width:127px;background:transparent url(../img/mainmenu/menu_5.jpg);}
#menu li.menu_6 {width:238px;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:125px; background:transparent url(../img/mainmenu/menu_2H.jpg) -125px -40px no-repeat;}
#menu a#menu_3 {width:77px; background:transparent url(../img/mainmenu/menu_3H.jpg) -77px -40px no-repeat;}
#menu a#menu_4 {width:102px;background:transparent url(../img/mainmenu/menu_4H.jpg) -102px -40px no-repeat;}
#menu a#menu_5 {width:127px;background:transparent url(../img/mainmenu/menu_5H.jpg) -127px -40px no-repeat;}
#menu a#menu_6 {width:238px;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:125px;background-position:top right; z-index:50;}
#menu a#menu_3:hover {width:77px;background-position:top right; z-index:50;}
#menu a#menu_4:hover {width:102px;background-position:top right; z-index:50;}
#menu a#menu_5:hover {width:127px;background-position:top right; z-index:50;}
#menu a#menu_6:hover {width:238px;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:125px; background: url(../img/mainmenu/menu_2H.jpg) no-repeat;}
#menu li.menu_3s {width:77px; background: url(../img/mainmenu/menu_3H.jpg) no-repeat;}
#menu li.menu_4s {width:102px;background: url(../img/mainmenu/menu_4H.jpg) no-repeat;}
#menu li.menu_5s {width:127px;background: url(../img/mainmenu/menu_5H.jpg) no-repeat;}
#menu li.menu_6s {width:238px;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;
}
