@charset "UTF-8";
/* CSS Document */

#nav a:link, #nav a:visited {
	font-family: Eurostile, "Myriad Roman";
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
	padding-left: 17px;
	text-transform: uppercase;
	float: none;
}
#nav a:hover, #nav a:focus, #nav a:active {
	font-family: Eurostile, "Myriad Roman";
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
}
body {
	background-color: #333333;
}
#navmenu {
	background-image: url(../IMAGES/Navbar.gif);
	height: 47px;
	width: 790px;
}
#nav {
	padding-top: 16px;
}

