#menutop {
	margin-left: auto;
	margin-right: auto;
	width:995px;
	padding:0px;
	border: 0px solid  #ff0000;
}

#menutop ul {
	list-style-type: none;
	height:24px;
	margin:0px;
	padding:0px;
}

#menutop li {
	display: block;
	line-height:24px;
	height:24px;
	background-image:url(images/menutop/menutop_back.gif);
	float:left;
	width:200px;
	text-align: center;
	padding:0px;
	border-right: 1px solid #ffffff;
}

#menutop li a {
	font: 12px "Arial" , sans-serif ;
	letter-spacing:0.9px;
	color: white;
	padding:0px;
	margin:0px;
	/* for ie */
	line-height:24px;
	height:24px;
}

#menutop li:hover a {
	display: block;
	line-height:24px;
	height:24px;
	background-color: #fdeb00;
	
	color:navy;
}

#menutop .active {
	background-image:url(images/menutop/menutop_back_active.gif);
	background-position:bottom;
	font: 12px "Arial" , sans-serif;
	letter-spacing:0.9px;
	color:navy;
	line-height:24px;
	height:24px;
}

#menutop .right {
	border-right: 0px solid #ffffff;
}

/*================================================*/
#menutop .roundleft {
/*	background-image:url(images/menutop/menutop_left.gif);*/
	width:15px;
	border-right: 0px solid #ffffff;
}

#menutop .home {
	width:26px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;

}

#menutop .roundright {
/*	background-image:url(images/menutop/menutop_right.gif);*/
	width:15px;
	border-right: 0px solid #ffffff;
}


