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

<style type="text/css">

.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 180px; /*width of menu*/
	border: 0;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #F5EFBF;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(../images/headerred.gif);
	background-repeat: repeat-x;	margin-bottom: 2px;
	
}


.glossymenu a.menuitem:visited{
	background-image: url(../images/headerred.gif);
	background-repeat: repeat-x;
}
	
.glossymenu .menuitem:active{	
	background-image: url(../images/headerred.gif);
	background-repeat: repeat-x;
}
	
.glossymenu .menuitem:focus{
	background-image: url(../images/headerred.gif);
	background-repeat: repeat-x;
	
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 0px;
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{
	margin-bottom: 1px;

}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #92897F;
	text-decoration: none;
	padding-left: 15px;
	background-color: #5F554A;

	padding-top: 5px;
	padding-bottom: 4px;
	
}

.glossymenu div.submenu ul li a:hover{
	color: #F5EFBF;
	
}


</style>