.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0 0 17px 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: url(../images/nav_hover_bg.gif) no-repeat left bottom;
width:280px;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 3px 3px 8px #00000; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 8px #000000;
-moz-box-shadow: 3px 3px 8px #000000;
-webkit-border-bottom-right-radius: 1.5em;
-webkit-border-bottom-left-radius: 1.5em;
-moz-border-radius-bottomright: 1em; -moz-border-radius-bottomleft: 1.5em;
opacity:0.9;
	filter:alpha(opacity=90);
}

.flexdropdownmenu li{
position: relative; margin:0; padding:0; line-height:31px;
}

.flexdropdownmenu li a{
display: block;
width: 270px; /*width of menu (not including side paddings)*/
color: black;
background: url(../images/hover_hover.jpg) repeat-x bottom  left;

text-decoration: none;
padding: 0px 5px; line-height:31px;opacity:0.9;
	filter:alpha(opacity=90);height:31px;; margin:0
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/

width: 280px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover{
display: block;
width: 270px; /*width of menu (not including side paddings)*/
color: black;
background:#45a5cd ;

text-decoration: none;
padding: 0px 5px; line-height:31px;opacity:0.9;
	filter:alpha(opacity=90);height:31px; margin:0
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

