.jqpopupmenu, .jqpopupmenu ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border: 1px solid #060;
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
	box-shadow: 3px 3px 3px #818181; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow: 3px 3px 3px #818181;
	-moz-box-shadow: 3px 3px 3px #818181;
	color: #39F;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	/* [disabled]width: 100px; */
	background-color: #FFC;
	border-radius: 20;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}


.jqpopupmenu li{
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #F00;
	/* [disabled]width: 100px; */
	background-color: #FFC;
	/* [disabled]border: thick solid #60F; */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20;
	font-style: normal;
	line-height: 30px;
}

.jqpopupmenu li a{
	display: block;
	width: 270px; /*width of menu (not including side paddings)*/
	color: black;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #FFC;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}

* 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-COLOR: #006600;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	/* [disabled]border: thin solid #9F0; */
	text-decoration: none;
	display: block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20;
	/* [disabled]border: medium solid #F00 !important; */
	width: 250px;
	border-radius: 10px;
	/* [disabled]border: 1px solid #F00 !important; */
	text-decoration: none;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-style: normal;
	line-height: 30px;
	position: inherit;
	}

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