
/*topmost and sub ULs, respectively*/
/*collapse all sub menus to begin with*/
/*shadow for CSS3 capable browsers.*/
.jqpopupmenu, .jqpopupmenu ul { 
  font: normal 13px Verdana; margin: 0; padding: 0; position: absolute; left: 0; top: 0; list-style-type: none; background: white; border: 1px solid black; 
  visibility: hidden; display: none; width:auto; box-shadow: 3px 3px 8px #818181; -webkit-box-shadow: 3px 3px 8px #818181; -moz-box-shadow: 3px 3px 8px #818181;
}

.jqpopupmenu li { position:relative; }

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

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

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

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

