*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:15px;
	color: #fff;
/*	overflow-x:hidden; */
}
.menubarbgcolor {
	/* background-color:#334b86; */
	background-color:#2e4b95;
}
.oe_overlay{
	background:#FFFFFF;
	opacity:0;
	position:fixed;
	top:0px;
	left:0px;
	text-align: right;
	
}
ul.oe_menu{
	list-style:none;
	position:relative;
	margin:0px 0px 0px 0px;
	width:900px;
	float:left;
	clear:both;
	text-transform:uppercase;
}
ul.oe_menu > li{
	/*width:122px;*/
	height:40px;
	padding-top:0px;
	padding-bottom:0px;
	float:left;
	position:relative;
}
ul.oe_menu > li > a{
	display:block;
	/*background-color:#354773;*/
	/*background-color:#2e50a4;*/
	/*background-color:#334b86;*/
	background-color:#2e4b95;
	/*border-right:1px solid #6580c1;*/
	border-right:1px solid #6580c1;	
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	/*width:120px;*/
	height:20px;
	padding-top:14px;
	padding-bottom:6px;
	padding-left:4px;
	padding-right:4px;
	margin:0px;
	vertical-align:middle;
}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	background:#CCC;
    color:#000000;
	opacity:1.0;
	border-top:0px solid #000000;
}
.oe_wrapper ul.hovered > li > a{
	background:#00;
	
	/*text-shadow:0px 0px 1px #FFF;*/
}
ul.oe_menu div{
	position:absolute;
	top:40px;
	left:1px;
	text-transform:none;
	background:#666;
	/*background-image:url(../img/menubg1.png);
	background-repeat:repeat-x;*/
	width:880px;
	/*height:75px;*/
	padding:10px;
	display:none;
	opacity:0.95;
	border:0px solid #CCCCCC;
}
ul.oe_menu div ul li a{
	text-transform:uppercase;
	text-decoration:none;
	color:#FFF;
	padding:8px 2px 8px 8px;
	margin:0px;
	display:block;
	font-size:12px;
	font-weight:normal;
	border-bottom:0px solid #DDD;
}
ul.oe_menu div ul.oe_full{
	width:100%;
}
ul.oe_menu div ul li a:hover {
	background:#333;
	color:#FFFFFF;
}
ul.oe_menu li ul{
	list-style:none;
	float:left;
	/*width: 260px;*/
	margin-right:20px;
}
li.oe_heading{
	color:#000;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:0px solid #999;
}
.font
{
 font-size:12px;
 }

