@charset "UTF-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #2a2a2a;
	background-image: url(images/bg.png);
}
a:link {
	color: #996633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #999900;
}
a:active {
	text-decoration: none;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 9px;
}
img 
{
	padding:0px 0px 0px 0px;	
	border:0;
}
img.center {
	padding:0;	
	border:0;
	margin:0;
}
img.nopad {
	padding:0;	
	border:0;
	margin:0;
}
img.middle {
	padding:0;	
	border:0;
	margin:0;
}
img.right {
	float: right;
	margin:4px 4px 4px 4px;			
}
img.left {
	float: left; 
	margin:4px 4px 4px 4px;	
}
-->
#menu {
    background: #817e71;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #817e71 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	font-size: 12px;
	color: 333;
	text-decoration: none;
	font-weight:bold;
}
#menu a:hover {
	background: #c8c6bb url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
</style>