/* CSS Document */

/* 				center menu			*/
#menu {
	height: 25px;
	width: 533px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #515151;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #231F20;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	float: left;
	background-color:#524821;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 105px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
	display: inline;
	margin-left: 267px;
}

#menu ul li {
	position: relative;
	border-left:solid 1px #756F5D;
	float: left;
	width: 105px;
	position: relative;
}

#menu li ul {
	position: absolute;
	left: 0px;
	top: 25px;
	display: none;
	left: 0px;
	background-color: #311C10;
	border: 1px dotted #C9AB90;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 5px;
	border-bottom: 0;
	color: #DCD0B7;
	}
#menu li a:hover {
	text-decoration: underline;
	color: #F7E8C8;
	}

#menu li:hover ul { 
	display: block; }