.glossymenu{
	margin: 0px;
	padding: 0px;
	width: 210px;
}

.glossymenu a.menuitem{
	color: #555555;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 208px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-indent: 10px;
	line-height: 24px;
	padding: 0px;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


.glossymenu a.menuitem:visited{
	color: #666666;
}
.glossymenu .menuitem:active{
	color: #FFFFFF;
	background-color: #666666;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	color: #B21A2E;
	background-color: #999999;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #FFFFFF;

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.glossymenu div.submenu ul li{
	border-bottom-width: 0px;
	border-bottom-style: none;
	height: 22px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #555555;
	text-decoration: none;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 16px;
	line-height: 18px;
	border: 0px none 0;
	background-color: #FFFFFF;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	color: #B21A2E;
}
