.glossymenu{
	padding: 0;
	width: 148px; /*width of menu*/
	border: none;
	border-bottom-width: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.glossymenu a.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	padding-left: 2px;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	background-color: #5C8FE7;
	background-image: url(glossyback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


.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{
background-image: url(glossyback2.gif);

}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;

}

.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 blue;


}

.glossymenu div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
