.glossymenu{
	padding: 0;
	width: 170px;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	color: #333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 31px;
	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	
}


.glossymenu a.menuitem:visited{
	color: #333333;
}

.glossymenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/navigation/Navback.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
.glossymenu a.menuitem2 {
	background-image: url(../images/navigation/Navback.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 31px;
	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	outline: none; 
	}

.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/navigation/Navback.png);
	background-position: left top;
}

.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{
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 1.4em;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.glossymenu div.submenu ul li a{
	color: #666666;
	padding-left: 31px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 11px;
	font-family: Tahoma, Verdana;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	display: block;
}

.glossymenu div.submenu ul li a:hover{
	color: #000000;
	background-color: #F0F0F0;

}

