.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0 0 0 10;
	padding: 0;
	text-align: left;
	font-family: tahoma;
	font-size: 11px;
}
.glossymenu li{
position: relative;
}
.glossymenu li a{
background: url(images/bullet.jpg) no-repeat left center;
color: #000000;
display: block;
width: 148px;
padding: 5px 0;
padding-left: 15px;
text-decoration: none;
}
.glossymenu li a:visited{
color: #000000;
}
/*SUB MENU STYLE*/
.glossymenu li ul{ 
position: absolute;
width: 148px; 
left: 0;
top: 0;
display: none;
padding: 0px 0;
margin: 0 0 0 0;
}
.glossymenu li ul li{
float: left;
}
.glossymenu li ul a{
	background: #97B903;
	width: 150px;
	margin-left: 0px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE8DB;
	font-weight: normal;
}

.glossymenu .arrowdiv{
position: absolute;
right: 15px;
background: transparent url(images/sub-bullet.gif) no-repeat center right;
}
.glossymenu li a:hover{
	background: url(images/bullet.jpg) no-repeat left center;
	color: #97B903;
	width: 130px;
	text-transform: capitalize;
	text-decoration: underline;
}
.glossymenu li ul a:hover{
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	width: 150px;
	background-image: url(images/spacer.gif);
}
/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */



/* PUNYA USER */
.usermenu, .usermenu li ul{
	list-style-type: none;
	margin: 0 0 0 20;
	padding: 0;
	text-align: left;
}
.usermenu li{
position: relative;
}
.usermenu li a{
background: #EEE8DB url(images/bullet.gif) no-repeat left  center;
color: #000000;
display: block;
width: 160px;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}
.usermenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(images/sub-bullet.gif) no-repeat center right;
}
.usermenu li a:hover{
background: url(images/spacer.gif) no-repeat left  center;
	background-color: #772A0D ;
	color: #ffffff;
	font-weight: bold;
	width: 160px;
}
/* Holly Hack for IE \*/
* html .usermenu li { float: left; height: 1%; }
* html .usermenu li a { height: 1%; }