#top_menu{
	position:relative;
	list-style:none;
	height:41px;
	background: url(../images/bg_topmenu.gif) repeat-x;
	margin:0px;
	padding:0px;
}
#top_menu li{
	float:left;
	width:auto;
	font:bold 14px Arial, Helvetica, sans-serif;
	height: 41px;
	background: url(../images/menu_separator.gif) no-repeat;
}
#top_menu li a, #top_menu li a:hover{
	text-decoration:none;
	color:#353535;
	margin:0px;
	padding: 0 10px;
	height:41px;
	line-height: 31px;
	display:block;
}
#top_menu li a:hover{
	background:url(../images/bg_button_sel.gif) top center repeat-x;
}
#top_menu li#first a:hover{
	background:url(../images/bg_button_sel.gif) top left repeat;
}
li#first{
	position:relative;
	float:left;
	height:49px;
	background:url(../images/menu_first.gif) no-repeat;
}

#top_menu li a:hover{
	color:#FFFFFF;
	background-color:inherit;
}

#top_menu li .a_hover{
	background:url(../images/bg_button_sel.gif) top center repeat !important;
	color:#FFFFFF;
}
