
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font-family:'Trebuchet MS';
margin: 0;
padding: 0;
position: absolute;
padding-left: 3px;

list-style-type: none;
font-size:12px;

height:100%
/*visibility: hidden;*/  
display: none; /*collapse all sub menus to begin with*/
top:165px !important;

}

.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 190px; /*width of menu (not including side paddings)*/
color: #FFF;

text-decoration: none;
padding: 6px 5px;


}
.flexdropdownmenu a {
    background:url(../images/main-bg.png)repeat-x;
}
* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 200px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background:#000;
color:#fff;
}

.rightarrowclass{
position: absolute;
top: 9px;
right: 5px;
}

