
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font:normal 12px/20px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif; color:#fff;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #5a9ee4;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/

}


.flexdropdownmenu li{
position: relative; list-style:none;
}

.flexdropdownmenu li a{
display: block;
width: 190px; /*width of menu (not including side paddings)*/
color: #666;
border-bottom: 1px solid #5a9ee4;
text-decoration: none;
padding: 3px 5px;
background: #f9f9f9;
}

* 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:url(../images/ddmnuBg.png) repeat-x 0 0 #4d93e0; color:#fff;
}

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









.flexdropdownmenu2, .flexdropdownmenu2 ul{ /*topmost and sub ULs, respectively*/
font:normal 14px/18px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif; color:#555555;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #bbbfbf;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/

}


.flexdropdownmenu2 li{
position: relative; list-style:none;
}

.flexdropdownmenu2 li a{
display: block;
width: 240px; /*width of menu (not including side paddings)*/
color: #555555;
border-bottom: 1px solid #bbbfbf;
text-decoration: none;
padding: 2px 5px;
background:url("../images/arrow.png") no-repeat scroll 237px 50% #fefefe;
}

* html .flexdropdownmenu2 li{ /*IE6 CSS hack*/
display: inline-block;
width: 250px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu2 li a:hover, .flexdropdownmenu2 li.selected>a{
background:url(../images/arrow.png) no-repeat scroll 237px 50% #fefefe; color:#3981AF;
}

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



