/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/


/* =About Pages Events
-----------------------------------------------------------------------------*/
#aboutNav {
	background:#d9d6c7;
	border:1px solid #ffffff;
	padding:10px;
	float:right;
	margin:0 0 15px 25px;
	}
	
#aboutNav ul li {
	list-style:none;
	padding:0 0 7px 0;
	}
	
#aboutNav a {
	color:#e24418;
	padding:1px 1px;
	font-weight:bold;
	}

#aboutNav a:link, #aboutNav a:visited {
	text-decoration:underline;
	}

#aboutNav a:hover, #aboutNav a:active {
	color:#ffffff;
	background:#e24418;
	}