	
.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: ;
width: auto;
list-style-type: none;
background:#000000!important;
border-bottom: 0px solid #84AB0E;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/

color:#2D2E2F;
font-family: 'Source Sans Pro', sans-serif; z-index:9999999999;
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width:175px; /*width of menu (not including side paddings)*/
color:#FFF;
border-bottom: 1px solid  #424243;
text-decoration: none;
padding: 7px 10px 7px 15px; font-size:15px;
font-family: 'Source Sans Pro', sans-serif;

background:#000000 url(../images/top_nav-icon2.png) no-repeat 0px center;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width:175px; /*width of menu (include side paddings of LI A*/
padding-left:5px;

}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
color:#FFFFFF; 
background:#00B050; font-family: 'Source Sans Pro', sans-serif;
border-bottom: 1px solid #959595;
background:#00B050  url(../images/top_nav-icon.png) no-repeat 0px center;

}
