/* Start of CMSMS style sheet 'Side-Menu' */
.glossymenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 175px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu li a{
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	background-color: white;
	background-image: url(/mgm/images/menu-button.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 13px;
	font-weight: bold;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
	background-image: url(../images/menu-button-over.jpg);
}
.currentpage {
	font-weight: bold;
	color: #003300;
}
/* End of 'Side-Menu' */

