.oe_wrapper { width:1000px; height:47px; margin: 0 auto; }
ul.oe_menu{	list-style:none; position:relative; width: 100%; padding: 0 0 0 0;  height: auto; float:left; clear:both; }
ul.oe_menu > li{ float: left; list-style-type: none; }
ul.oe_menu > li > a{
color: #ffffff;
display: block;
border-right: solid 2px #FFFFFF;
text-transform: uppercase;
font-size: 13px;
line-height: 25px;
margin: 11px 0;
padding: 0 10px 0 8px;
padding: 0 8px9; /* IE 8 and below */
*padding: 0 8px;/* IE 7 and below */
_padding: 0 8px;/* IE 6 */	
}
nav ul.oe_menu li:last-child a { border: none; }
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	color: #19AAE0;
}
nav ul.hovered > li > a:hover{

}
ul.oe_menu .sub-menu{
	position:absolute;
	top:47px;
	left:0px;
	background: #2666A1;
	border-bottom: solid 1px #4383B9;
	border-top: solid 1px #4383B9;
	width:940px;
	height:auto;
	padding:10px 30px;
	display:none;
	-webkit-box-shadow: 1px 3px 11px rgba(50, 50, 50, 0.5); -moz-box-shadow: 1px 3px 11px rgba(50, 50, 50, 0.5); box-shadow: 1px 3px 11px rgba(50, 50, 50, 0.5);
}

.index-nav nav ul.oe_menu .sub-menu { min-height: 330px; }

ul.oe_menu .sub-menu ul li a{
	text-decoration:none;
	color:#ffffff;
	padding:2px 2px 2px 4px;
	margin:2px;
	display:block;
	font-size: 13px;	
}
ul.oe_menu .sub-menu ul li.oe_heading a { font-size: 14px; font-weight: normal; text-decoration: none !important;  margin: 0; padding: 0; height: 29px; }
ul.oe_menu .sub-menu ul li a:hover {
	text-decoration:underline;
}
ul.oe_menu li ul{
	list-style:none;
	float:left;
	width: 300px;
	margin-right:10px;
}
li div.sub-menu { display: none; }
li.selected div.sub-menu { display: block; }
li.oe_heading{
	color:#ffffff;
	font-size:14px;
	font-weight: normal;
	margin-bottom:5px;
	padding-top: 10px;
	padding-bottom:6px;
	border-bottom:1px solid #ffffff;
}
.menu-items { width: 630px; float:left;  height: auto; }
.menu-adv { width: 310px !important; min-height:200px; float: right !important; margin: 0 !important; }
.menu-adv img { width:100%; height: 100%; }
