.glossymenu{
	padding: 0;
	width: 192px; /*width of menu*/
	border-bottom-width: 0;
	margin-top:0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	float: right;
}

.glossymenu a.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	background-color: #faae5f;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-right: 0;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
}


.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 .sm1{ /*DIV that contains each sub menu*/
	background-color: #faae5f;
}

.glossymenu div.submenu .sm2{ /*DIV that contains each sub menu*/
	background-color: #60cae0;
}


.glossymenu div.submenu .sm3{ /*DIV that contains each sub menu*/
	background-color: #a1a815;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	
}

.glossymenu div.submenu ul li{
	list-style-image:url(../images/bullet.gif);
margin-left:1em


}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;


}

/*.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}*/


