.glossymenu{
	padding: 0px;
	width: 100%;
	border-bottom-width: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.glossymenu a.menuitem{
	color: black;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FA1;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 2px;
	background-color: #C9DDFF;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: black;
	font-weight: bold;
}

.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{

}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	padding-top: 2px;
	padding-bottom: 2px;

}

.glossymenu div.submenu ul li a{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.glossymenu div.submenu ul li a:hover{
	color: black;
	background-color: #e2e2e2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
