/* CSS Document */



.glossymenu{
	width: 250px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-top-color: #9A9A9A;
	border-right-color: #9A9A9A;
	border-bottom-color: #9A9A9A;
	border-left-color: #9A9A9A;
	height: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2;
}

.glossymenu a.menuitem{
	color: #000;
	display: block; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 4px;
	background-image: url(../../includes/images/titlebar.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #000;
}

.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(../../includes/images/titlebar-active.png);
	color: #000;
	text-decoration: none;
}
.glossymenu a.menuitem:visited {
	text-decoration: none;
}


.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #afafaf;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	background-image: url(../../includes/images/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 2px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
	color: #FFFFFF;
	background-color: #FFF;
	color: #000;
	margin-left: 4px;
	padding-left: 8px;
	text-decoration: none;
}

