.glossymenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 215px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
	position: relative;
	text-transform:uppercase;
}

.glossymenu li a{
	font: bold 11px/22px arial;
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	border: 1px solid #30BB5E;
	border-right-color: #007926;
	border-bottom-color: #007926;
}

.glossymenu li a:hover{
	background:#017828;
	color: white;
}

/* Holly Hack for IE \*/
* html .glossymenu li {
	float: left; height: 1%; 
}
* html .glossymenu li a { 
	height: 1%; 
}
/* End */

