/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 147px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
	background: url(glossyback.gif) repeat-x left bottom;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	display: none;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	list-style-type: none;

}


* html .glossymenu li a{
	width: 147px;
	list-style-image: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(glossyback.gif);
	background-repeat: repeat-x;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: white;
	list-style-type: none;
	display: none;
	background-image: url(glossyback2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.glossymenu li a:hover{
	background-image: url(glossyback2.gif);
	list-style-type: none;
	display: none;
	background-repeat: repeat-x;
}

</style>
