@charset "UTF-8";
/* CSS Document */
.glossymenu{
	margin: 0 auto;
	padding: 0;
	width: 180px;	
}

.glossymenu a.menuitem{
	background: #133b8b;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	border-bottom: thin solid #a1b1d1;
}


.glossymenu .menuitem:active{
	color: #a1b1d1;
}

.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: #a1b1d1;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: #a1b1d1;
}

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

.glossymenu div.submenu ul li{
	border-bottom: 1px solid #E2E2E2;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #133b8b;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
	background: #a1b1d1;
	colorz: white;
	color: #FFF;
}
