  .flexdropdownmenu, .flexdropdownmenu ul  {

font-family : "Arial", Verdana, sans-serif;

font-size : 12px;

font-weight: bold;

text-decoration : none;

margin : 0;

padding : 0;

position : absolute;

left : 0;      

top : 0;

list-style-type : none;

background : blue;

border : 1px solid blue;



border-bottom-width : 0;

visibility : hidden;

display : none;

}

.flexdropdownmenu li {

position : relative;

}

.flexdropdownmenu li a {

display : block;

width : 160px;

color : black;

background : #6db1ec;

border-bottom : 1px solid blue;

text-decoration : none;

padding : 4px 5px;

}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected > a {

background : #000;

color : #fff;

}

.rightarrowclass {

position : absolute;

top : 6px;

right : 5px