@charset "utf-8";
/* CSS Document */
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #D9D46C;
}
a:active {
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-color: #D7D46B;
}
.topcenter {
margin: 0px;
padding: 0px;
height: 28px;
width: 650px;
float: left;
background-color:#883c00;
}
ul {
margin: 0px;
padding: 0px;
float: right;
list-style-type: none;
width: 100%; /* precision for Opera */
}

.menu li {
margin: 0px;
padding: 0px;
float: left;
}

.menu a {
float: left;
margin: 0px;
padding: 0.5em 1.4em 0em 1.4em;
height: 23px;
display: block;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:#FF9900;
text-decoration: none;
background: #883c00;
}

.menu a:hover {
margin: 0px;
padding: 0.5em 1.4em 0em 1.4em;

height: 23px;
float: left;
background: #f9edc0;
color:#883c00;
}

.menu a:active {
margin: 0px;
padding: 0.5em 1.4em 0em 1.4em;
background: #f9edc0;
height: 23px;
float: left;
}