@charset "UTF-8";
/* CSS Document */
#section_menu_left {
	width:23px;
	height:25px;
	background:url(/images/menu_left.gif) top right no-repeat;
	float:left;
}
#section_menu_body{
	height:25px;
	width:954px;
	background:url(/images/menu_body.gif) repeat-x;
	float:left;
}
#section_menu_body .current{
	display:block;
	background:url(/images/menu_body_active.gif);
	margin-left: 2px;
}
#section_menu_body ul{
	list-style:none;
	height:25px;
	margin:0;
	padding:0;
	/*display:inline;*/
}
#section_menu_body ul li{
	margin:0;
	padding:0 0px;
	height:25px;
	line-height:25px;
	float:left;
	background:url(/images/menu_divider.gif) no-repeat;
}
#section_menu_body a{
	font-size:12px;
	font-family:"Helvetica Bold Condensed", Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:white;
	display:block;
	padding:0 13px;
}
#section_menu_body a:hover{
	color:#CCC;
	background-color: #000;
}
#section_menu_right {
	width:23px;
	height:25px;
	background:url(/images/menu_right.gif) no-repeat;
	float:left;
	clear:right;
}
#menu_section_body img {
	float:left;
	display:inline;
}
#section_menu_body li ul {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	position: absolute;
	width: 200px;
	background-image:none;
	left:-5000px;
	z-index:500;
/*	float:left	;*/
	background-image:none;
	margin-left: 1px;
}
#section_menu_body li ul li{
	background:#333;
	width:170px;
	display:block;
	float:left;
	clear:left;
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
}
#section_menu_body li ul li a{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}
#section_menu_body li:hover ul, #section_menu_body li.sfhover ul {
	left: auto;
}

#section_menu_body li.hover, #section_menu_body li:hover {
	position:static;
}