.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 195px;
	border: 1px solid #CCCCCC;
	display: list-item;
}

.glossymenu li{
	position: relative;
}

.glossymenu li a{
	color: #999900;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1F0D2;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 195px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
	width: 185px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFEFCF;
	border-right-color: #DFEFCF;
	border-bottom-color: #DFEFCF;
	border-left-color: #DFEFCF;
	background-color: #FFFFFF;
}

.glossymenu li ul a:hover{
	width: 185px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFEFCF;
	border-right-color: #DFEFCF;
	border-bottom-color: #DFEFCF;
	border-left-color: #DFEFCF;
	background-color: #ECF5D8;
	color: #999900;
}

.glossymenu .arrowdiv{
	position: absolute;
	right: 2px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: #999900;
	background-color: #FFFFFF;
}

.glossymenu li a:hover{
	color: #FFFFFF;
	background-color: #999900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7EBC2;	/*background-image: url(glossyback2.gif);*/
}

.MY_sideBoxContent{
	background-image: url(includes/templates/pure_green/images/ezpages_bg.gif);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #FFFFFF;
	font-size: 12px;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
