
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font-family:font-family: 'Lato', sans-serif;
font-size: 15px;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
/*border: 1px solid black;*/
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
/*box-shadow: 3px 3px 8px #818181;
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;*/
z-index: 9999999999;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border: 1px solid #768cac;
background: #0c4fa0;
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 230px; /*width of menu (not including side paddings)*/
color: #ffffff; /*dropdown text color*/
background: #0c4fa0; /*bg color of dropdown bg*/
/*border-bottom: 1px solid black;*/
text-decoration: none;
padding: 4px 5px;
}

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

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: #698fc0;


-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border: 1px solid #768cac;
/*rollover bg color*/
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.flexdropdownmenu li img {
border: 0 none;
    display: inline;
    margin-top: -1px;
    padding-left: 4px;
    }