.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 200px;
	border-bottom-width: 0;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
}

.glossymenu a.menuitem{
	background-color:#C0DAEF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight:normal;
	color: #000;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-right:10px;
	padding-left:5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

.glossymenu a.menuitem:hover{
background-color:#ffffff;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #000;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right:5px;
border: none;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color:#C0DAEF;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
width:140px;
}

.glossymenu div.submenu ul li{
/*border-bottom: 1px solid blue;*/
width:140px;
}

.glossymenu div.submenu ul li a{
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	color:#000;
	text-decoration: none;
	padding: 2px 0;
	width:140px;
	padding-left: 15px;
	padding-right:15px;
}

.glossymenu div.submenu ul li a:hover{
background-color:#FFF;
color:#000066;
background-image:url(../_images_/linkarrow.gif);
background-repeat:no-repeat;
background-position:right center;
width:140px;
}
