.glossymenu{
	padding: 0;
	width: 236px; /*width of menu*/
	border-bottom-width: 0;
	margin-left: 3px;
}

.glossymenu a.menuitem{
	background: #f0f0f0;
	color: #8d8d8d;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 12px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #8d8d8d;
}

.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: #e8e8e8;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 0px solid blue;
	background-image: url(../images/menu_arr.gif);
	background-repeat: no-repeat;
	background-position: 28px center;
	padding-left: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #888888;
	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;	
}

.glossymenu div.submenu ul li a{
display: block;
font-family: Tahoma;
font-size: 12px;
color: #888888;
text-decoration: none;
padding: 5px 0;
padding-left: 37px;
}

.glossymenu div.submenu ul li a:hover{
	background-image: url(../images/menu_arr.gif);
	background-position: 28px center;
	background-repeat: no-repeat;
	color: #888888;
	background-color: #e8e8e8;
}

