@charset "utf-8";
/* CSS Document */



a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover{color:red; background-color:yellow;}


.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 370px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
	background: white url(media/glossyback.gif) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: 370px;
	padding-left: 10px;
	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: 370px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(media/glossyback2.gif);
