body {
	background-position: left;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
}
a:link {
	color: #9C8C3B;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #9C8C3B;
}
a:hover {
	color: #9C8C3B;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #9C8C3B;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.header2 {
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
.menu {
       font-size: 12px;
       font-color: white;
       font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bodytext {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

.formtext {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

.pricetext {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration:none;
}

.pricetext a {
	color: #9C8C3B;
	text-decoration:none;
}
.email {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9C8C3B;
	text-decoration: underline;
}
.bodytext a {
	color: #9C8C3B;
	text-decoration: underline;
}

.thumbnail {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 9C8C3B;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
}
.thumbnail2 {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 9C8C3B;
	font-weight: bold;
}
.bold {
	color: #B3AA7B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.directions {
	font-size: 14px;
	font-color: white;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer {
       font-size: 9px;
       font-color: #FFFFFF;
       font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bullet {
	padding-top: 5px;
}
.address {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



.foot1 {
	font-size: 12px;
	font-style: italic;
	color: #9c8c3b;
	line-height:22px;
}

#nav {
	margin-left: 35px;
}
<!---->

/*   --------- menu style ----------- alex*/



#nav{ /* all lists */
	padding: 0;
	margin-left: 35px;
		list-style: none;
}

 #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
background: url(images/menubg1.jpg);

	

}

#nav a {
	display: block;
	width: auto;

}

#nav li { /* all list items */
	float: left;
	width: auto; 
	/* width needed or else Opera goes nuts */
}

#nav li a{ /* all list items */
color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	line-height:24px;
		padding-left:20px;
		padding-right:60px;	background:url(images/menubul.gif) no-repeat;	
	}

#nav li ul { /* second-level lists */
	position: absolute;
	width:200px;

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a{ /* second-level lists */
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	line-height:24px;
	width:200px;
		padding-left:20px;
		padding-right:0px;
		vertical-align:text-top;	background:url(images/menubul.gif) no-repeat;	
	
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;	width:230px;
}

#nav li ul ul a{ /* third-level lists */
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	line-height:24px;
	width:240px;
	background:url(images/pdfbul.jpg) no-repeat;
	padding-left:25px;
/*	margin-left:-70px;*/
}

#nav li ul ul a:hover{ /* third-level lists */
	background:url(images/pdfbul.jpg) no-repeat;
/*	margin-left:-70px;*/
}

#nav a:hover{
	color:#FFFFFF;
	background:url(images/menubul2.gif) no-repeat;	
	font-weight:bold;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;

}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
