/* CSS Document */

.glossymenu {
margin-left: 4px;
width: 160px; /*width of menu*/
min-height: 410px;
background: url(images/menu-bg.gif) top center no-repeat;
float: left;
}

.glossymenu a.menuitem {
font: bold 14px "Arial Narrow", Arrow Narrow, Verdana, Helvetica, sans-serif;
color: #901c56;
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;
text-transform:uppercase;
}

.expanded {
color: #666666;
}

.active { color: #999999; }

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
top: 5px;
left: 5px;
border: none;
} 

.glossymenu a.menuitem:hover{ background-image: url(images/glossyback2.gif); color: #FFF; }
.glossymenu a.menuitem.active{ color: #000; }

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: none;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin-bottom: 5px;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px dotted #CCCCCC;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 11px "Arial Narrow", Arial Narrow, Trebuchet MS, Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	text-transform:uppercase;
	padding: 4px 0;
	padding-left: 20px;
	}

.glossymenu div.submenu ul li a:hover{
	background:#FFCCCC;
	}

.glossymenu a.sectionmenuheader { 
	font: bold 14px "Arial Narrow", Arrow Narrow, Verdana, Helvetica, sans-serif;
	color: #CCCCCC;
	display: block;
	position: relative;
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	text-transform:uppercase;
	}
.glossymenu a.sectionmenuheader:hover {
	color: #000000;
	}
