<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.glossymenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 170px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}

.glossymenu li a{
	list-style-type: none;
	color: #333333;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	background-color: white;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 160px;
	list-style-type: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}

.glossymenu li a:hover{
	background-image: url(navigation/glossyback2.gif);
	list-style-image: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}

</style>
