
.jqpopupmenu, .jqpopupmenu ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
}


.jqpopupmenu li{
	position: relative;
}

.jqpopupmenu li a{
	display: block;
	width: 312px; /*width of menu (not including side paddings)*/
}

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

.jqpopupmenu li a:hover, .jqpopupmenu li.selected>a{
}

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

