.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #a0a0a0;
border-bottom-width: 1px;
font: bold 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #f9f9f9;
width: auto; /* default width for menu */
width:280px;
margin: 0;
padding: 0;
list-style-type: none;
}


.flexdropdownmenu li{
position: relative;
color: #084971;
text-decoration:none
cursor:pointer;
padding:0;
list-style-type:none;
}

.flexdropdownmenu li a,.subgroup{
width: 260px;
display: block;
text-indent: 3px;
border-bottom: 1px #ccc dotted;
padding: 5px 10px;
text-decoration: none;
font-weight: bold;
color: #1d658b;
text-decoration:none;
}

.flexdropdownmenu li a h3 {
font: bold 14px "Helvetica Neue",Helvetica,Arial,sans-serif
}

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

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background-color: #fff;
text-decoration: none;
color: #053552
}

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