#menu {

	margin: 0 auto;
	position: relative;
	display:block;
	height:35px;
	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:114px;background:transparent url(../img/mainmenu/menu_2.jpg);}
#menu li.menu_3 {width:90px;background:transparent url(../img/mainmenu/menu_3.jpg);}
#menu li.menu_4 {width:159px;background:transparent url(../img/mainmenu/menu_4.jpg);}
#menu li.menu_5 {width:95px;background:transparent url(../img/mainmenu/menu_5.jpg);}
#menu li.menu_6 {width:211px;background:transparent url(../img/mainmenu/menu_6.jpg);}

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

#menu a#menu_1 {width:91px; background:transparent url(../img/mainmenu/menu_1H.jpg) -91px -35px no-repeat;}
#menu a#menu_2 {width:114px; background:transparent url(../img/mainmenu/menu_2H.jpg) -114px -35px no-repeat;}
#menu a#menu_3 {width:90px; background:transparent url(../img/mainmenu/menu_3H.jpg) -90px -35px no-repeat;}
#menu a#menu_4 {width:159px;background:transparent url(../img/mainmenu/menu_4H.jpg) -159px -35px no-repeat;}
#menu a#menu_5 {width:95px;background:transparent url(../img/mainmenu/menu_5H.jpg) -95px -35px no-repeat;}
#menu a#menu_6 {width:211px;background:transparent url(../img/mainmenu/menu_6H.jpg) -211px -35px no-repeat;}

#menu a#menu_1:hover {width:91px;background-position:top right; z-index:50;}
#menu a#menu_2:hover {width:114px;background-position:top right; z-index:50;}
#menu a#menu_3:hover {width:90px;background-position:top right; z-index:50;}
#menu a#menu_4:hover {width:159px;background-position:top right; z-index:50;}
#menu a#menu_5:hover {width:95px;background-position:top right; z-index:50;}
#menu a#menu_6:hover {width:211px;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:114px; background: url(../img/mainmenu/menu_2H.jpg) no-repeat;}
#menu li.menu_3s {width:90px; background: url(../img/mainmenu/menu_3H.jpg) no-repeat;}
#menu li.menu_4s {width:159px;background: url(../img/mainmenu/menu_4H.jpg) no-repeat;}
#menu li.menu_5s {width:95px;background: url(../img/mainmenu/menu_5H.jpg) no-repeat;}
#menu li.menu_6s {width:211px;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: 35px;
	width: 20px;
}
#menu li.end {
	float:right;
	display:block;
	background-image: url(../img/mainmenu/menuEnd.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 20px;
}
