
span.flexmenutopmenu { /*topmost and sub ULs, respectively*/
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 12px; 
text-decoration: none; 
font-weight:normal;
}

.flexmenutopmenu a:visited {   font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color:#000; font-weight:normal;}
.flexmenutopmenu a:link 	{  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #000; font-weight:normal;}
.flexmenutopmenu a:hover 	{  background-color: #FFF; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color:#0098DA; font-weight: normal;}

.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: normal; 
color:#FFF;
padding-left: 0px;
margin:5px;
position: absolute;
text-align:left;
left: 0;
top: 0;
list-style-type: none;
background: white;
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 3px 3px 8px #333; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 8px #333;
-moz-box-shadow: 3px 3px 8px #333;
}


.flexdropdownmenu li{
position: relative;

}

.flexdropdownmenu li a{
display: block;
width: 205px; /*width of menu (not including side paddings)*/
color: white;
background: #0098DA;
border-bottom: 1px solid black;
text-decoration: none;
padding: 10px 10px 10px 10px;
}

* 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: #0681B9;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

