.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Verdana;
margin:0px 0px 0px 0px;
padding:0px;
position: absolute;
left: 0;
top: 0px;
list-style-type: none;
background:#FFFFFF;
border: 1px solid #e5e5e5;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;
}
.flexdropdownmenu li{
position: relative;
}
.flexdropdownmenu li a{
display: block;
width:200px; /*width of menu (not including side paddings)*/
color:#ffffff;
background:url(../../img/tabset-lhover.html) no-repeat scroll center left;
background-color:#0b5b88;
background-repeat:no-repeat;
border-bottom: 1px solid #e5e5e5;
text-decoration: none;
padding: 5px 5px 5px 15px;
}
.flexdropdownmenu li a:hover{
display: block;
width:200px; /*width of menu (not including side paddings)*/
color:#ffffff;
background:url(../../img/tabset-l.html) no-repeat scroll center left;
background-repeat:no-repeat;
background-color:#097dbf;
border-bottom: 1px solid #e5e5e5;
text-decoration: none;
padding: 5px 5px 5px 15px;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

