	
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font-size:12px;
font-weight:normal;
margin:0px 0 0 0px;
padding: 0;
position: absolute;
left: 0;
top: ;
font-family: Tahoma;
width: auto;
list-style-type: none;
background: white;
border-bottom: 0px solid #84AB0E;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;
color:#93886e;
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width:200px; /*width of menu (not including side paddings)*/
color: #FFF;
border-bottom: 1px solid  #565454;
text-decoration: none;
padding: 10px 10px 10px 15px;
font-weight: 900;

background:#2b2b2b url(../images/top_nav-icon2.png) no-repeat 0px center;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width:200px; /*width of menu (include side paddings of LI A*/
padding-left:5px;

}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
color:#FFFFFF;
background: #BE2543;
border-bottom: 1px solid #565454;
/*background:#00b1e9  url(../images/top_nav-icon.png) no-repeat 0px center;*/
color:#FFF; text-decoration:none; background: #ff7800; /* Old browsers */
background: -moz-linear-gradient(top, #ff7800 22%, #ff0c00 81%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,#ff7800), color-stop(81%,#ff0c00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff7800 22%,#ff0c00 81%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff7800 22%,#ff0c00 81%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff7800 22%,#ff0c00 81%); /* IE10+ */
background: linear-gradient(to bottom, #ff7800 22%,#ff0c00 81%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7800', endColorstr='#ff0c00',GradientType=0 ); /* IE6-9 */
}
