
.jqpopupmenu, .jqpopupmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
color: #D3E8FA;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: url(../images/transparent4.png);
border: 1px solid  #1D1F29;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
cursor: pointer;
}


.jqpopupmenu li{
position: relative;
margin: 4px;	
}

.jqpopupmenu li a{
display: block;
width: 130px; /*width of menu (not including side paddings)*/
color: #99bdfd;
background: url(../images/transparent5.png);
text-decoration: none;
padding: 4px 5px;
text-align: center;
cursor: pointer;
}

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

.jqpopupmenu li a:hover, .jqpopupmenu li.selected>a{
background: url(../images/transparent3.png);
color: #ebf1fc;
}

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

