#Header_Top_Menu {
position: absolute;
top: 247px;
left: 0;
width: 700px;

}
#Header_Top_Menu ul {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	margin-right:5px;
}
#Header_Top_Menu li {
	display:inline;
	margin:0;
	padding:0;
	line-height: 29px;
}
#Header_Top_Menu a {
	float:left;
	background:url(/images/g_menu_left.gif) no-repeat left top;
	margin: 0 4px 0 0;
	padding:0 0 0 6px;
	text-decoration:none;
/*		display: block;*/
	line-height: 29px;
}
#Header_Top_Menu a span {
	float:left;
	display:block;
	background:url(/images/g_menu_right.gif) no-repeat right top;
	padding:2px 15px 0px 6px;
	color:#ecf4f6;
	line-height: 25px;
	font-weight: bold;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#Header_Top_Menu a span {float:none;}
/* End IE5-Mac hack */
#Header_Top_Menu a:hover span {
	color:#ffffff;
	text-decoration: underline;
}

#Header_Top_Menu .active span{
	text-decoration: underline;
}

