.glossymenu{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-color: #FFF;
	border: 0px none #6295E9;
}

.glossymenu a.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 25px;
	text-decoration: none;
	background-color: black;
	background-image: url(../images/accordionbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	height: 23px;
	padding-top: 4px;
	padding-right: 0;
}


.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-image: url(../images/accordionbg.jpg);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

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

.glossymenu div.submenu ul li{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #007DB3;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 6px;
	padding-left: 35px;
	height: 27px;
}
.glossymenu div.submenu ul li a:hover {
	background-color: #DEEAF4;

}

