.glossymenu{
	padding: 0px;
	width: 205px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
}
.glossymenu a.menuitem{
	color: #FFF;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	height: 28px;
	line-height: 28px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F00;
}


.glossymenu a.menuitem:visited{
	color: #FFF;
}
.glossymenu .menuitem:active{
	color: #FFF;
	background-image: url(../pics/button-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
.glossymenu div.selected a {
	color: #FFF;
	background-image: url(../pics/button-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 8px;
	right: 18px;
	border: none;
}

.glossymenu a.menuitem:hover{
	color: #FFF;
	background-image: url(../pics/button-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}


.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{
	background-repeat: repeat;
	height: 18px;
	line-height: 14px;

}

.glossymenu div.submenu ul li a{
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 22px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	color: #F00;
	background-image: url(../pics/sbutton-hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.selected {
	color: #FFFFFF;
	background-image: url(../pics/button-active.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
