/* mainMenu styles */
.glossymenu {
	margin: 5px 0;
	padding: 0;
	width: 170px;
	border-top: 1px none #9A9A9A;
	border-right: 1px none #9A9A9A;
	border-bottom: 0 none #9A9A9A;
	border-left: 1px none #9A9A9A;
}
.glossymenu a.menuitem {
	background: url(../images/separator-2.gif) repeat-x left bottom;
	font: bold 11px Tahoma;
	color: #4B8CCE;
	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;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: #4B8CCE;
}
.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 {
	color: #0C3F74;
}
.glossymenu div.submenu { /*DIV that contains each sub menu*/
	margin: 0px;
	padding: 0px;
}
.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li {
	background: url(../images/separator-4.gif) repeat-x left bottom;
	height: 20px;
}
.glossymenu div.submenu ul li a {
	display: block;
	font: normal 11px Tahoma;
	color: black;
	text-decoration: none;
	padding: 2px 0 2px 25px;
	background: url(../images/arrowIco.gif) no-repeat 15px center;
}
.glossymenu div.submenu ul li a:hover {
	colorz: white;
	color: #4989C9;
}

