

.menu
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #FFF;
}

.menu a
{
	color:#c7b299;
	display:block;
	line-height:35px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
}

.menu a:hover
{
	color:#FFF;
	text-decoration: underline;
}

.dropDownMenu
{
	background:#754c24;
}

.dropDown
{
	font-family: Georgia, "Times New Roman", Times, serif;
	background:#754c24;
	color:#c7b299;
	display:block;
	font-size:12px;
	line-height:12px;
	font-style:normal;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px 0px 0px 0px;
	background:#754c24;
}

.dropDown:hover
{
	background:#855c34;
	color:#FFF;
}