a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #D5B163;
	text-decoration:none;
}
a:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
}
.box {
	border: 1px solid #333333;
}
.title {
	font-size: 16px;
	color: #8C7A63;
}
.white {
	color: #FFFFFF;
}
.contact {
	font-size: 10px;
	font-style: italic;
}
.title-white {
	font-size: 16px;
	color: #FFFFFF;
}
a.contact {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #5E88A1;
	text-decoration:none;
	font-style: italic;
}
a.contact:hover {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #B98441;
	text-decoration:none;
	font-style: italic;
}

#dropmenudiv{
position:absolute;
border:1px solid #660000;
border-bottom-width: 0;
font-family: Arial, sans-serif;
font-size: 10px;
color: #8C7A63;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #660000;
padding: 4px 0;
text-decoration: none;
color: #660000;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #5E88A1;
color: #FFFFFF;
text-decoration: none;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #660000;
	border-bottom-width: 0;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #8C7A63;
	line-height: 16px;
	z-index: 100;
	background-color: #660000;
	width: 175px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #660000;
padding: 4px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #660000;
color: white;
text-decoration: none;
}

a.topNav {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #5e88a1;
	font-weight: normal;
	text-decoration: none;
}

a.topNav:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #660000;
	font-weight: normal;
	text-decoration: none;
}

