
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 18px 0 0 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #eaa009;
border: 1px solid #eaa009;
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 ul{
margin:0;
padding: 0;
left: 0;
top: 0;
list-style-type: none;

}
.flexdropdownmenu li a{
/*display: block;
width: 200px; 
color: black;
background: #fae7a9;
border-bottom: 1px solid black;
text-decoration: none;
padding: 4px 5px;*/
    width: 185px; 
    color: #ffffff; 
    cursor:pointer;
    display: block; 
    padding: 3px 20px; 
    text-decoration: none; 
    white-space: nowrap; 
	cursor: hand;
	font-size:12px;	   
	line-height:19px;
	border-bottom:#ca8500 1px solid; 
	background:url(images/menu-bg.jpg) left top repeat-x;
}

* 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{
xbackground: #F0CE7D;
background-color: #8e8d8b;
	color: #036db0;
	cursor: pointer;
	line-height:19px;
}

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

