.glossymenu{
	padding: 0;
	width: 200px; /*width of menu*/
	border-bottom-width: 0;
	margin-top: 3px;
	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*/
	width: auto;
	height:24px;
	padding-left: 30px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/buton_bg.png);
	font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: 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(../images/butover_bg.png);
	color: #6eaaff;
}
.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{
}
.glossymenu div.submenu ul li a{
	height:20px;
	background-image: url(../images/buton2_bg.png);
	display: block;
	color: #45A6ED;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 20px;
	font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.glossymenu div.submenu ul li a:hover{
	color: #ffffff;
}