.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: bold 12px Arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 4px 4px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 4px 4px 8px #818181;
-moz-box-shadow: 4px 4px 8px #818181;
}

.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 140px; /*width of menu (not including side paddings)*/
color: #006d8b;
background: #e9eef2;
border-bottom: 2px solid #f5f9fa;
text-decoration: none;
padding: 6px 6px;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 140px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: #e9eef2;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
4px 4px;
}

flexdropdownmenu A:link { font-family: "arial";	font-size: 12px; text-decoration: none; color: #70685b; }
.flexdropdownmenu  A:link { font-family: "arial"; font-size: 12px; text-decoration: none; color: #70685b; }
.flexdropdownmenu  A:visited { font-family: "arial"; font-size: 12px; text-decoration: none; color: #70685b; }
.flexdropdownmenu  A:active { font-family: "arial"; font-size: 12px; text-decoration: none; color: #70685b; }
.flexdropdownmenu  A:hover { font-family: "arial";	font-size: 12px; text-decoration: underline; color: #FF9900 ; }
.flexdropdownmenu2, .flexdropdownmenu2 ul{ /*topmost and sub ULs, respectively*/
font: bold 12px Arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 4px 4px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 4px 4px 8px #818181;
-moz-box-shadow: 4px 4px 8px #818181;
}

.flexdropdownmenu2 li{
position: relative;
}

.flexdropdownmenu2 li a{
display: block;
width: 155px; /*width of menu (not including side paddings)*/
color: #006d8b;
background: #e9eef2;
border-bottom: 2px solid #f5f9fa;
text-decoration: none;
padding: 6px 6px;
}

* html .flexdropdownmenu2 li{ /*IE6 CSS hack*/
display: inline-block;
width: 155px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu2 li a:hover, .flexdropdownmenu2 li.selected>a{
background: #eaeaea;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
4px 4px;
}

flexdropdownmenu2 A:link { font-family: "arial";	font-size: 12px; text-decoration: none; color: #70685b; }
.flexdropdownmenu2  A:link { font-family: "arial"; font-size: 12px; text-decoration: none; color: #70685b; }
.flexdropdownmenu2  A:visited { font-family: "arial"; font-size: 12px; text-decoration: none; color: #70685b; }
.flexdropdownmenu2  A:active { font-family: "arial"; font-size: 12px; text-decoration: none; color: #70685b; }
.flexdropdownmenu2  A:hover { font-family: "arial";	font-size: 12px; text-decoration: underline; color: #FF9900 ; }
