#menu {
	list-style-type: none;
	height: 31px;
	color: #ffffff;	
	line-height: 31px;
	width: 720px;
	padding: 0;
	position: relative;
	z-index: 99;
	font-family: "Times New Roman", Times, serif;
	top: 2px;
}

#menu li.topitem {
	float: left;
	position: relative;
}

#menu li.topitem a {
	display:inline-block;
	font-size:10pt;
	text-decoration:none;
	color:#ffffff;
	height:31px;  
	background:none; 
	padding: 0px 35px 0px 35px; 
	line-height:32px;
}

#menu li.topitem a:hover {
	color:#faf5df; 
	background: #816757;
}

#menu li.topitem ul {
	display: none;
	list-style-type: none;
	background-color: #3C2517;
	line-height: normal;
	z-index: 99;
	text-align: left;
	left: 0px;
	top: 31px;
	position: absolute;
	width: 135px;
	w\\idth: 139px;
	overflow: hidden;
}

#menu li.topitem ul li a {
	background:#816757;
	display: inline-block;
	color:#ffffff; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px 5px 10px; 
	width: 135px;
	w\\idth: 139px;
	border: 2px solid #000000; 
	border-width:2px 0 0 0;
}

#menu li.topitem ul li a:hover {
	color: #f7921e;
	background: #816757;
}
