	
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font-size:13px;
font-weight:normal;
margin:4px 0 0 0px;
padding: 0px 0 0 0;
position: absolute;
left: 0;
top: ;
width: auto;
list-style-type: none;
background: #141f46; z-index:99999999999999;
border-bottom: 0px solid #84AB0E;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
color:#93886e;
}

.flexdropdownmenu .right-arrow { color:#5F5A5A; font-size:10px;
    float: right;
}
.flexdropdownmenu li{
position: relative;
}
.flexdropdownmenu table{ float:left; width:700px;}
.flexdropdownmenu table tr{ }
.flexdropdownmenu table th{ text-align:center; color:#EF6B00; font-size:16px; padding:10px 0;}
.flexdropdownmenu table tr td{ border-right:1px dotted #C2C2C2;}
.flexdropdownmenu table tr td:last-child{ border-right:0px dotted #C2C2C2;}
.flexdropdownmenu li b{ color:#EF6B00; font-size:16px; text-indent:10px; float:left; width:100%; margin:8px 0;}
.flexdropdownmenu li a{
display: block; float:left;
width: 280px; /*width of menu (not including side paddings)*/
color:#fff; font-size:15px;
border-bottom: 0px solid  #e1e1e1;
text-decoration: none;
padding: 8px 12px !important;
font-weight: 500;
background: #141f46; /* Old browsers */

}
.flexdropdownmenu li ul{ float:left; width:280px; margin-top:0; }
.flexdropdownmenu li ul li{ float:left; margin:0px;}
* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 350px; /*width of menu (include side paddings of LI A*/
padding-left:5px; 

}
.flexdropdownmenu li ul li a{ width:280px; margin:0px; float:left; background:#FBA93A; color:#fff;}
.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
color:#fff;
border-bottom: 0px solid #e1e1e1;
background:#cb060b;
}
