.glossymenu
{
	padding: 0;
	color: #465a6c;
	/*width of menu*/
	border-color: #e9f1f4;
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	height: 33px;
	width: 245px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.glossymenu a.menuitem{
	font: normal 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #465a6c;
	display: block;
	position: relative;
	padding-left: 32px;
	text-decoration: none;
	height: 25px;
	background-color: #e9f1f4;
	background-image: url(../images/glossyback.gif);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 9px;
	padding-right: 5;
	padding-bottom: 5;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e9f1f4;
	border-right-color: #e9f1f4;
	border-bottom-color: #e9f1f4;
	border-left-color: #e9f1f4;
}


.glossymenu a.menuitem:visited{
	color: FFFFFF;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 10px;
	left: 10px;
	border: none;
}
.glossymenu .menuitem:active {
	color: FFFFFF;
	width: 215px;
}
.glossymenu a.menuitem:active {
	color: FFFFFF;
}

.glossymenu a.menuitem:hover{
	background-image: url(../images/glossyback2.gif);
	color: #465a6c;
}



.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: e9f1f4;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
background: #d5e9f2;
border-color: #e9f1f4;
border-width: 2px 0px 2px 0px;
border-style: solid;

}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #465a6c;
text-decoration: none;
padding: 4px 0;
padding-left: 45px;
background: #d5e9f2;
}

.glossymenu div.submenu ul li a:hover{
background: #adcedc;
color: #465a6c;
}
.glossymenu div.subsubmenu a {
	color: #465a6c;
	text-decoration: none;
	padding-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.glossymenu div.subsubmenu a:hover {
	color: #28343E;
	text-decoration: none;
}
