@charset "utf-8";
/* CSS Document */

.glossymenu{
	width: 182px; /*width of menu*/
	border: none;
	border-bottom-style: none;
	text-align:left;
	background-color:#C60000; 
	height:26px;
}

.glossymenu a.menuitem{
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	border-bottom: none;
	color:#FFFFFF; 
	padding-left:5px; 
	font-family:Arial; 
	font-size:12px;
	text-decoration:none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color:#FFFFFF;
	text-decoration:none;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position:relative;
	border:none;
	vertical-align:middle;
	margin-right:5px;
}

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

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

.glossymenu div.submenu ul li{
	border-bottom: none;
	background: #000000;
	display: block;
	padding:5px 0 5px 20px;
	text-align: left;
}

.glossymenu div.submenu ul li a{
	font: normal 11px Arial;
	color: white;
	text-decoration: none;
	margin-left:2px;
}

.glossymenu div.submenu ul li a:hover{
	font: normal 11px Arial;
	color: white;
	text-decoration: underline;
	margin-left:2px;
}
