.glossymenu{
	margin: 0;
	padding: 0;
	width: 300px;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	display: inline-block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	padding:3px 0 3px 8px;
	color:#fff;
	font-weight:bold;
	width:292px;
	float:left
}


.menuitem:active{
	color:#fff;	background-color:#a7a9aa;
}

.glossymenu a.menuitem .statusicon{ 
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}/*CSS for icon image that gets dynamically added to headers*/

.glossymenu a.menuitem:hover{
	padding:3px 0 3px 8px;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	background-color:#a7a9aa;
}

.glossymenu div.submenu{
	padding:5px 0px 5px 16px;
	margin:0px;
	float: left;
	color:#fff;
	width:284px

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
	float: left;	
}

.glossymenu div.submenu ul li{

}

.submenu a{
display: inline-block;
color: #fff;
text-decoration: none;
padding: 2px 0;
	text-decoration:none;
	border-bottom: 1px dashed #fff;
	color:#fff;
}

.glossymenu div.submenu ul li a:hover{
	text-decoration:none;
	border-bottom: 1px solid #ae1f24;
	color:#fff;
}
