@charset "ISO-8859-1";
#top-navigation {
	height: 130px;
	background-color: #C2C2C2;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #FF0000;
}
#top-navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top-navigation ul li {
	display: inline;
}
#top-navigation ul li a {
	float: left;
	height: 40px;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 18px;
	color: #FFFFFF;
	display: inline-block;
	width: 120px;
	background-color: #D5D5D5;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-image: url(/StyleSheets/images/nav-button-males2);
	font-weight: bold;
	background-repeat: no-repeat;
	padding: 5px;
}
#top-navigation ul li a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(/StyleSheets/images/nav-button-males1);
}
#top-navigation ul li.current a:link {
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-bottom-color: #FF0000;
}
#navigation a:hover {
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
}
#top-navigation ul li.current a:link {
	background-image: url(/StyleSheets/images/nav-button-males);
}
