/* CSS Document */

.glossymenu{
	padding: 0;
	margin: 0px;
}

.glossymenu a.menuitem{
	color: #FFFFFF;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: repeat-y;
	background-position: left 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B9;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	margin-right: 1px;
	font-weight: bold;
	background-color: #000000;
	height: 22px;
}

/*.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #006699;
}
*/
.glossymenu .menuitem:active{
color: #DFB50B;
}

.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-position: 0px 26px;
	color:#F8E5A1;
	background-color: #000000;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #FFFFFF;
	margin-right: 0px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;

}

.glossymenu div.submenu ul li{
	margin:0px;
	padding:0px;
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #000000;

}

.glossymenu div.submenu ul li a{
	display: block;
	color: #747478;
	text-decoration: none;
	padding-left: 10px;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-top: 4px;
	padding-right: 5;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	background-image: url(image/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	margin-left: 5px;
	margin-right: 0px;
	line-height: 18px;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	color: #000000;
	background-color: #F4F4F4;
}

