.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	  font-family: 'Open Sans';
	font-size:12px;
	font-weight:bold;
text-align:left;
margin:0; border-radius:10px 0px;
padding: 0;
margin-left:-6px;
position: absolute; z-index:999999999999999 !important;
left: 0;
top: 0; margin-top:14px; 
list-style-type: none;
background:#C20047;
border-top-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
}

.flexdropdownmenu li{
position: static; border-bottom:1px dotted #ccc;
width: auto; /*width of menu (not including side paddings)*/
min-width:200px; height:30px !important;     font-family: 'Open Sans';


}

.flexdropdownmenu li:hover{
background:url(../images/blue.html);
background-position:center top;
text-decoration:none;

}

.flexdropdownmenu li a{
display: block;
color: #fff;   font-family: 'Open Sans' !important; font-weight:bold;
text-decoration: none; height:20px;
padding:8px 10px; background:url(../images/carousel_circle_solid2.html) left no-repeat; margin-left:10px; padding-left:20px;

}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected a{
text-decoration:none; color:#FFF;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: auto; /*width of menu (include side paddings of LI A*/
min-width:200px;

}

* html .flexdropdownmenu li:hover{ /*IE6 CSS hack*/
background:url(../images/blue.html);
background-position:center top;
}