﻿.flexdropdownmenu5, .flexdropdownmenu5 ul{ /*topmost and sub ULs, respectively*/
list-style-type: none;
text-align: left;
}

.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
}
.flexdropdownmenu li{
position: relative;
list-style-type: none;
}
.flexdropdownmenu li a{
display: block;
width: 140px; /*width of menu (not including side paddings)*/
color: black;
background: lightblue;
border-bottom: 1px solid black;
text-decoration: none;
padding: 4px 5px;
}
* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 140px; /*width of menu (include side paddings of LI A*/
list-style-type: none;
}
.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: midnightblue;
color:white;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
body
{}