
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 0px solid black;
border-bottom-width: 0px;
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: 160px; /*width of menu (not including side paddings)*/
color: black;
background: #95d3dc;
border-bottom: 0px solid black;
text-decoration: none;
padding: 4px 5px;
}

* 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: #008c9a;
}

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

.rollover a {
display:table-cell;
width: 196px;
height:50px;
vertical-align: top;
text-align:center;
padding: 12px 0px 0px 0px;
font: bold 12px Verdana;;
color:white;
background: url("images/menu_upper.jpg") 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover { 
background: url("images/menu_down.jpg") 0 0 no-repeat;
color: #049;
}
.rollover a:active {
background-position: 0 -70px;
color:#fff;
}
