.glossymenu{
	width: 100%; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}

.glossymenu a.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	background-image: url(../images/template/transparent/whttopgrad50.png);
	background-repeat: repeat-x;
	background-position: left center;
}


.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/template/transparent/topgrad75grn.png);
	background-repeat: repeat-x;
	background-position: left center;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	background-image: url(../images/template/transparent/whttopgrad50.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/template/transparent/whttopgrad50.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid blue;
	height: 20px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	background-color: #FFFFFF;
	background-image: url(../2009site/images/buttons/grey1active2.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}
