

ul.oe_menu{
	list-style:none;
	position:relative;
	//margin:30px 0px 0px 40px;
	//width:560px;
	float:left;
	clear:both;
	margin:0;
	padding:0;
}

ul.oe_menu h2{
	font-weight:400;
	display:block;
	border-bottom:1px solid #F5F5F5;
	text-transform: uppercase;
	color:#0072BC;
}

ul.oe_menu > li{
    border-right: 1px solid #4592c1;
    float: left;
    padding: 5px 1px;
    position: relative;
	margin-top:1px;
    background-image: url("/images/menu_arrows.gif");
    background-position: 99% 0.8em;
    background-repeat: no-repeat;

}

ul.oe_menu > li:last-child{
	border:none;
}


select.product_detail_right{
margin-bottom:5px;
}

ul.oe_menu > li > a{
	display:block;
	//background-color:#101010;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	//width:140px;
	padding:0 16.5px;
	//text-shadow:0px 0px 1px #000;
	margin-left:4px;

}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	//background:#fff;
	color:#C0C6C8;
	//opacity:1.0;
//	padding-bottom:5px;
}
.oe_wrapper ul.hovered > li > a{
	//background:#fff;
	//text-shadow:0px 0px 1px #FFF;
}
ul.oe_menu div{
	position:absolute;
	top:29px;
	left:-1px;
	background:#fff;
	width:870px;
	//height:180px;
	padding:30px;
	display:none;
	border:1px solid #C0C6C8;
	
	-webkit-box-shadow: 12px 12px 5px -13px rgba(48,48,48,1);
	-moz-box-shadow: 12px 12px 5px -13px rgba(48,48,48,1);
	box-shadow: 12px 12px 5px -13px rgba(48,48,48,1);

	font-family:'Verdana', sans-serif;
}
ul.oe_menu div ul li a{
	text-decoration:none;
	color:#0066bb;
	display:block;
	font-size:13px;
	padding:2px 0;
}

.subTitle{
	color:#000;
	margin-bottom:4px;
	padding-bottom:2px;
	text-transform: uppercase;
	font-size:14px;
	border:none;
	font-weight:bold;
}

.indent_list{margin-top:28px}

ul.oe_menu div ul.oe_full{
	width:100%;
}
ul.oe_menu div ul li a:hover{
	text-decoration:underline;
}

ul.oe_menu li ul li{

}

ul.oe_menu li ul{
	list-style:none;
	float:left;
	width: 160px;
	position:relative;
	padding:4px;
	margin-right:5px;
	top:-20px;
}
li.oe_heading{
	color:#aaa;
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
}

ul.oe_menu .arrow {
    background: url("/images/topArrow.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 10px;
    left: 29px;
    position: absolute;
    top: -10px;
    width: 23px;
	display:block;
	border:none;
	box-shadow:none;
}

#menu_avionics ul{width:120px;}
