BODY {

}

A {
	text-decoration: none;
	color: #083643;
}

A:Hover {
	/*background-color: #e8fff6;*/
	text-decoration: underline;
	color: #083643;
	background-image: none;
}

.Menu {
	border-bottom: 1px solid #B8ECD7;
	text-align: right;
	font-family: serif;
	font-size: 16px;
	padding-right: 24px;
	padding-bottom: 1px;
}

.ServicesRatesContent
{
	display: none;
	font-size: 12px;
	text-align: left;
}
.ServicesRatesMenu
{
	display: inline;
	font-size: 13px;
}

.ParkContent {
	width: 804px;
	border: 1px dashed #69bfde;
	margin-top: 16px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: White;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	margin-bottom: 4px;
	background-image: url(Park_Pet_Background.jpg);
	background-attachment: scroll;
	background-position: bottom;
	background-repeat: no-repeat;
}

.ConsultForm {
	width: 512px;
	border: 1px dashed #69bfde;
	margin-top: 16px;
	text-align: left;
	font-family: serif;
	font-size: 20px;
	background-color: White;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	margin-bottom: 4px;
}

.ParkFooter {
	text-align: center;
	font-family: serif;
	font-size: 12px;
	color: White;
}







/* DROP DOWN MENU */
#dropmenudiv {
 position:absolute;
 font: normal small Verdana, Geneva, Arial, Helvetica, sans-serif;
 line-height:18px;
 z-index:3;
 border-right-color: #715940;
 border-right-style: solid;
 border-right-width: 1px;
 border-bottom-color: #715940;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 border-left-color: #cbc4b6;
 border-left-style: solid;
 border-left-width: 1px;
 border-top-color: #cbc4b6;
 border-top-style: solid;
 border-top-width: 1px;
}

#dropmenudiv a {
width: 100%;
display: block;
border-bottom: 1px solid #cbc4b6;
padding: 2px 0;
text-decoration: none;
color: White;
text-align: center;
}

#dropmenudiv a:hover { /*hover background color*/
background-color: #cbc4b6;
}