﻿.glossymenu{
margin: 5px 2px;
padding: 0;
width: 150px; /*width of menu*/
height: auto;

}

.glossymenu a.menuitem{
	background: ;
	font: bold 1em Tahoma, Helvetica, sans-serif;
	color: black;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/;
	width: auto;
	padding: 4px 0;
	padding-left: 15px;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: black;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 10px;
left: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background: url('../images/glossyback.gif');
text-indent:0;
width: auto;
color: black;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: ;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	margin-left:12px;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 1em Tahoma, Helvetica, sans-serif;
color:black;
text-decoration: none;
padding: 2px 0;
padding-left: 2px;
}

.glossymenu div.submenu ul li a:hover{
text-decoration: underline;
color: ;
}

