/* author: JHM Designs (www.jhmdesigns.com) */
/* Creation date: 06-04-2006 */
/* This file controls the main navigation */

#nav_container
	{
	width: 162px;
	}	
	
#nav_container a
	{
	display: block;
	/*  color: #f6f0e3;  original background color - egg shell white */
	color: #d2b075;  /* background color - gold */
	text-decoration: none;
	font-size: 17px;
	}
		
#nav_container a:hover
	{
	text-decoration: underline;
	color: #f6f0e3; 
	}

#menu_ul
	{
	list-style-type: none;
	font-weight: bold;
	font-style: italic;
	/* font-family: Verdana, Tahoma, "Trebuchet MS", "Arial Rounded MT Bold", sans-serif; */
	font-family: "Arial Rounded MT Bold", sans-serif;
	}

.menu_li
	{
	margin-left: -32px;	
	padding-bottom: 9px;
	color: #e2e8e2;  /* nav text color - pale olive green */
	}	

