.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 200px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	position: relative;
	top: 0px;
	left: 18px;
	z-index: 9;
}

.glossymenu a.menuitem{
	color: #000000;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 0px;
	text-decoration: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-right: 0;
	padding-bottom: 0px;
	padding-top: 4px;
	text-align: left;
	height: 22px;
	line-height: 18px;
	text-indent: 12px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #000000;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: -70px;
	border: none;
	left: -30px;
}

.glossymenu a.menuitem:hover{
	background-image: url(images/glossyback.gif);
}

.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;
}

.glossymenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.glossymenu div.submenu ul li a{
	display: block;
	text-decoration: none;
	padding-left: 40px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 16px;
	color: #000000;
}

.glossymenu div.submenu ul li a:hover{
	background: #DFDCCB;
	color: #000000;
}
