.glossymenu{
	margin-right       	    : 62px;
    margin-left   		    : 5px;
    margin-top    		    : 30px;
	padding					: 0;
	width					: 200px; /*width of menu*/
	border					: 0px solid #9A9A9A;
	border-bottom-width		: 0;
	direction				: ltr;
}

.glossymenu a.menuitem{
	background				: white url(spacer.gif) repeat-x bottom left;
	font-family   		    : Arial, Helvetica, sans-serif;
    font-size      		    : 13px;
    font-weight    		    : normal;
	color					: #365e69;
	display					: block;
	position				: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width					: auto;
	padding					: 4px 0;
	padding-left			: 10px;
	text-decoration			: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color					: #365e69;
}

.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(spacer.gif);
}

.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 10px;
	padding					: 0;
}

.glossymenu div.submenu ul li{
	border-bottom			: 0px solid blue;
}

.glossymenu div.submenu ul li a{
	display					: block;
	font-family   		    : Arial, Helvetica, sans-serif;
    font-size      		    : 12px;
    font-weight    		    : none;
	color					: #9d8e7a;
	text-decoration			: none;
	padding					: 2px 0;
	padding-left			: 10px;
}

.glossymenu div.submenu ul li a:hover{
	background				: #fffae0;
	colorz					: white;
}

.submenu_present{
	font-size      		    : 12px;
    font-weight    		    : bold;
	color					: #9d8e7a;
	text-decoration			: none;
}

.menuitem_present{
	font-family   		    : Arial, Helvetica, sans-serif;
    font-size      		    : 12px;
    font-weight    		    : normal;
	color					: #a13a45;
	display					: block;
	text-decoration			: underline;
}
