#nav {
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav a {
	line-height: 40px;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 40px;
	width: 125px;
	background-color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: thin;
	border-bottom-width: medium;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 4px;
	border-right-width: thin;
	font-size: 12px;
	border-left-width: medium;
	text-align: center;
	font-weight: bold;
}
#nav a:hover {
	background-color: #FFFF99;
}
body {
	background-image: url(../images/gray-bg-s.jpg);
}
