#menutop{width: 868px;margin:0 auto}

#menutop ul{
	width: 868px;
	padding:0;
	margin:0;
	height:30px;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../images/menu_middle.png);
	background-repeat: repeat-x;
}
#menutop a{
	text-decoration: none;
	color: #FFF;	
	display:block;
	padding:0 8px;
}
#menutop a:hover{
	text-decoration: none;
	font-weight: bold;
	
}
#menutop ul{
	list-style-type: none;
}
#menutop li{
	float:left;		
	height:30px;
	line-height:30px;
}
#menutop li ul{
	position: absolute;
	width:200px;
	background-image:none;
}
#menutop li li{
	clear:both;
}
#menutop li li a{
	/*width:161px !important;*/
	width:161px;
	color:#000;
	background-color: #bcd4e5;
	background-image: none;
	filter: Alpha(Opacity=90);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#menutop li li a:hover{color:#fff;}

#menutop li#menu_left,#menutop li#menu_right{
	background-image: none;	
	padding:0;
}
#menutop li#menu_right{float:right;}
#menutop li ul{display:none;}
#menutop li:hover ul{display:block;}
#menutop li:hover a{
	background-image: url(../images/menu_hover.png);
	background-repeat: repeat-x;}
#menutop li:hover li a{
	background-image: none;
}
#menutop li:hover li a:hover{
	background-color: #338ea9;	/*background-image: url(../images/menu_hover.png);
	background-repeat: repeat-x;*/
	
}

