.quote {
	margin: 15px;
	background-image: url(images/grey-quote.html);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#nav {
	padding: 2px 0 0 25px;
	list-style: none;
	width: 515px;
	height: 21px;
	background:#609;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/purplecorner.jpg);
	background-position: left;
	background-repeat: no-repeat;
	}
	
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	color:#FFFFFF;
	text-decoration:none;
}

#nav li {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:#609;
	font-weight:bold;
	float: left;
}

/*Drop down menu tags*/

#nav li ul {
	position: absolute;
	width: 125px;
	left: -999em;
	border: 1px solid #609;
}

#nav li ul li {
	width:119px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:normal;
	border-bottom: 1px solid #609;
	clear:left;
	padding: 3px;
	background: #fff;
}

#nav li ul li a {
	color: #609;
	background-color:#fff;
	display:block;
	}


#nav li ul li a:hover{
	color: #609;
	background-color:#BBB8A6;
	margin:0px;
	display:block;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/*End Drop down menu tags*/


/*Grey Gradient Left Column*/

#grey_left_column {
	background-image: url(images/grey_gradient.jpg);
	background-repeat: repeat;
	padding: 0px 3px 3px 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	width: 120px;
}

#greytop {
	background-image: url(images/grey_top.jpg);
	background-repeat: no-repeat;
	height: 10px;
}

.general_items2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #609;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	border-bottom: 1px solid #609;
	margin: 0px 8px 10px 0;
	}
	
/*Grey Gradient Caption*/

.caption2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 4px;
	background-image: url(images/grey_caption_gradient.jpg);
	background-position:  top left;
	background-repeat: repeat;
	padding-left: 15px;
	cursor: crosshair;
	}

#grey_caption_bottom {
	background-image: url(images/grey_caption_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	padding-bottom: 6px;
}


#greybottom {
	background-image: url(images/grey_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
}

/*Rounded Corner Right Top See Menu Update on Standard1 Style Sheet*/

.nav_about_box2 {
	background-color: #609;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1px;
	background-image: url(images/purplecorner-r.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 189px;
	height: 17px;
	}



