.glossymenu{
	width: 252px; /*width of menu*/
	overflow:hidden;
}

.glossymenu a.menuitem{
/*	background: url(dottedback.gif) no-repeat bottom;	*/
	font: bold 13px Arial, Tahoma, Verdana;
	color: #A0A0A0;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
/*	padding: 0px 0px 0px 15px;	*/
/*	height:26px;
	line-height:26px;	*/
	text-decoration: none;
}

.glossymenu a.acc_selected{
	color: white;
/*	background: url(glossyback.gif) no-repeat;	*/
}


.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{
/*	background-image: url(glossyback2.gif);	*/
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
/*	background: white;	*/
	cursor:	pointer;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.glossymenu div.submenu ul li{
/*	border-bottom: 1px solid black;	*/
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 12px Arial, Tahoma, Verdana;
	color: black;
	text-decoration: none;
}

.glossymenu div.submenu ul li a:hover{
/*	background: #DFDCCB;	*/
	colorz: white;
}
