
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 15px Arial, Helvetica, sans-serif;
/*
margin: -3px 0px 0px 0px;
*/
margin: 0px 0px 0px 0px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #319b66; /* pulldown sub-menu border color*/
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/

}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 270px; /*width of menu (not including side paddings)*/
color: #ffffff;
background: #25744d; /* pulldown sub-menu background color*/
border-bottom: 1px solid #319b66; /* pulldown sub-menu bottom border color*/
text-decoration: none;
padding: 10px 10px;
font-family: Arial, Helvetica, sans-serif;
FONT-SIZE: 12px;
font-weight: bold;
padding-right: 10px;
padding-left: 10px;

text-align:left;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 270px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: #51c88c; /* pulldown sub-menu mouseover background color*/
color: #ffffff;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

