
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #e7e7e7;
border: 1px solid #48adf1; margin-top:-5px;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 2px 2px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 13px #818181;
-moz-box-shadow: 5px 5px 13px #818181;
margin-top:3px;
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 175px; /*width of menu (not including side paddings)*/
color: black;
background:url(images/links_bg.jpg) 0px 0px repeat-x;
border-bottom: 1px solid white; 
text-decoration: none; line-height:18px;
padding: 4px 4px;
}

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

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: #28bde7;
}

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

