#menu {
	margin: 0;
	margin-left:50px;
	padding: 0;
	z-index: 30;
	width: 950px;
	height: 30px;
	}
	
#menu li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 14px;
	line-height: 29px;
	margin: 1px 0 0 0;
}

#menu li a
{	
	display: block;
	margin: 0 0 0 0;
	padding: 0 15px 0 15px;
	width: auto;
	color: #FFF;
	text-align: center;
	line-height: 29px;
	text-decoration: none;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6C4331;
	border-left-color: #6C4331;
}
#menu li a:hover{background-image: url(/images/menu_hover.jpg);
	background-repeat: repeat-x;}

#menu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #6C4234;
	}

	#menu div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 2 2 2 2;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #6C4234;
	color: #FFF;
	border: 2px solid #FFF;
	font-size: 12px;
}

#menu div a:hover
	{	background-image: url(/images/menu_hover.jpg);
	background-repeat: repeat-x}
