.glossymenu{
clear:both;
margin:0px;
padding: 0px;
width: 170px; /*width of menu*/
}

.glossymenu a.menuitem{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px 0;
padding-left: 10px;
text-decoration: none;
background:url(../images/bullet_sub.gif) no-repeat left;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: white;
}

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

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

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

.glossymenu div.submenu ul li a{
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 20px;
	background:url(../images/bullet_sub1.gif) no-repeat;
}

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