
.jqpopupmenu, .jqpopupmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #ae8e32;
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;
}


.jqpopupmenu li{
position: relative;
}

.jqpopupmenu li.top { font-size: 13px; font-weight: bold; }

.jqpopupmenu li a{
display: block;
width: 285px; /*width of menu (not including side paddings)*/
color: #453232;
background: #F5F5F5;
text-decoration: none;
padding: 4px 5px;
text-indent: 20px;
}

.jqpopupmenu li.top a{
text-indent: 0;
}

.jqpopupmenu ul li a 
{ width: 195px; }

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

* html .jqpopupmenu ul li{ /*IE6 CSS hack*/
width: 205px; /*width of menu (include side paddings of LI A*/
}

.jqpopupmenu li a:hover, .jqpopupmenu li.selected>a{
background: #e0e0e0;
}

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

