<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 0px 0;
padding:0;
width: 125px;
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a{
	background: white url(Images/butoff.gif);
	font: bold 12px "Times New Roman", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #3366FF;
	display: block;
	width: 110px;
	padding-left: 3px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 105px;
}

.glossymenu a:visited, .glossymenu li a:active{
color: Blue;
}

.glossymenu a:hover{
	background-image: url(Images/buton.gif);
	color: Blue;
	font-size: 10px;
}

</style>
