.glossymenu{
	padding: 0px;
	width: 208px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.glossymenu a.menuitem{
	color: #1C2B7C;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	background-image: url(../pics2010/button-up.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 24px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
}


.glossymenu a.menuitem:visited{
	color: #1D2B68;
	background-image: url(../pics2010/button-up.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.glossymenu .menuitem:active{
	color: #F00;
	background-image: url(../pics2010/button-active.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
.glossymenu div.selected a {
	color: #F00;
	background-image: url(../pics2010/button-active.png);
	background-repeat: no-repeat;
	background-position: left center;
}

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

.glossymenu a.menuitem:hover{
	color: #000;
	background-image: url(../pics2010/button-active.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.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{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #1D2E76;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 24px;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	color: #000;
	background-image: url(../pics2010/subbutton.png);
	background-repeat: no-repeat;
	background-position: left center;
}
