
.jqpopupmenu { position: absolute; top:24vw; }

.jqpopupmenu, .jqpopupmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 2.5vw Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border-radius: .5vw; 
#border: 1px solid black;
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: 6px 6px 14px #818181;
}


.jqpopupmenu li{
position: relative;
}

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

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

.jqpopupmenu li a:hover, .jqpopupmenu li.selected>a{
background: #F1F1F1; font: normal  1.5vw Verdana; top: 10vw; 
}

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

/*===============================================================*/

.bg-color-popupmenu, .bg-color-popupmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 1vw Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border-radius: .5vw; 
#border: 1px solid black;
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: 6px 6px 14px #818181;
}

.bg-color-popupmenu li{
position: static;
}

.bg-color-popupmenu li a{
position:center;
display: block;
width: 2.5vw; /*width of menu (not including side paddings)*/
color: black;
#background: #F1F1F1;
text-decoration: none;
#padding: 1px 1px;
}

* html .bg-color-popupmenu li{ /*IE6 CSS hack*/
display: inline-block;
#width: 1vw; /*width of menu (include side paddings of LI A*/
}

.bg-color-popupmenu li a:hover, .bg-color-popupmenu li.selected>a{
background: #FFF; font: normal  1vw Verdana; top: 10vw; 
}
