@charset "utf-8";
/* CSS Document */


.glossymenu{
	width: 190px;
	border-bottom-width: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9A9A9A;
	border-right-color: #9A9A9A;
	border-bottom-color: #9A9A9A;
	border-left-color: #9A9A9A;
	margin-top: 5px;
	margin-right: 20;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 50;
	padding-bottom: 0;
	padding-left: 0;
}

.glossymenu a.menuitem{
	color: #333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #666666;
	line-height: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 4px;
	padding-right: 20;
	padding-bottom: 4px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #666666;
}

.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{

}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #3a000f;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: white;
}
