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

.glossymenu{
	padding: 0;
	width: 226px;
	border-bottom-width: 0;
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

.glossymenu a.menuitem{
	color: #678C2B;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 23px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #394452;
}


.glossymenu a.menuitem_space{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 23px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


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

.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 a.menuitem_space:hover{
	
}

.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{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1C1F25;
	margin-left: 20px;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #B6C18C;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 6px;
	text-decoration: none;
}
.glossymenu div.submenu ul li :hover {
	colorz: white;
	background-color: #1F222B;
}
.glossymenu div.secondary{ /*DIV that contains each sub menu*/
}
.glossymenu div.secondary ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.glossymenu div.secondary ul li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #838F43;
	margin-left: 20px;
}

.top_dashline{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #838F43;
	
}
.glossymenu div.secondary ul li a {
	display: block;
	color: #678C2B;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	text-decoration: none;
}
.glossymenu div.secondary  ul  li :hover {
	colorz: white;
	background-color: #1F222B;
}

