@charset "utf-8";
/* CSS Document */

.glossymenu{
	padding: 0;
	width: 214px; /*width of menu*/
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.glossymenu a.menuitem{
	color: #FFF;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 13px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	background-image: url(../images/left-navigation-bullet.png);
	background-repeat: no-repeat;
	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{
	color: #FF0;
}

.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{
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-left: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	line-height: 15px;
	background-image: url(../images/left-navigation-bullet.png);
	background-repeat: no-repeat;
	background-position: 7px 2px;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	background-image: url(../images/left-navigation-hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

