@charset "UTF-8";

.menupreload {
	background-image: url(../images/menu_over.jpg);
	display: none;
}

.menu {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
/*	height: 152px; */
	overflow: visible;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #D8CFC5;
/*	margin-bottom: 1em;
	border: 1px solid #625e00;
	border-width: 1px 0;*/
}

.menu li {
	display: inline;
}

.menu li a {
	float: left;
	text-decoration: none;
	padding-top: 85px;
	padding-right: 5px;
	padding-bottom: 40px;
	padding-left: 5px;
	margin-right: 2px;
	color: #d8cfc5;
}

.menu li a:visited{
	color: D8CFC5;
}

.menu li a:hover, .menu li .current{
	color: #ffffff;
	background-image: url(../images/plume.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}
ul {
	background-color: #5C5247;
}
