﻿.glossymenu{
	border-bottom-width: 0;
	border-style: none;
	border-width: thin;
	border-color: #9eb8fb;
	margin: 5px 0;
	padding: 0;
	/*width: 170px;*/ /*width of menu*/;
	background-color: #FEF8E5;
	font-family: Arial, Helvetica, sans-serif;
}
.glossymenu a.menuitem{
	background: #1F3776 repeat-x left bottom;
	font: bold .8em Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/;
	width: auto;
	padding: 5px 0;
	padding-left: 6px;
	text-decoration: none;
	text-align: left;
}
.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{
	background: #cfc0a7;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: #fef8e5;
	border-right: 1px #1f3776;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li{
	border-bottom: 1px #9EB8FB solid;
	border-right-color: #1f3776;
	border-right-width: 1px;
}
.glossymenu div.submenu ul li a{
	border-color: #9eb8fb;
	display: block;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding-left: 8px;
	background-color: #fef8e5;
	padding-right: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}
.glossymenu div.submenu ul li a:hover{
	background: #CFC0A7;
	color: black;
}
.image {
	border-width: 0px;
	padding-top:5px;
	padding-left:7px;
}
.accordion_image {
	border-width: 0;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left:8px;
}

