/* author: JHM Designs (www.jhmdesigns.com) */
/* Creation date: 01-04-2007 */
/* This file controls the main navigation */


/*  Begin top navigation *
* * * * * * * * * * * *  */	

#topnav_container
	{
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	}  
  
#topnav_ul
	{
	display: inline;
	white-space: nowrap;
	list-style-type: none;
	}	
		 
.topnav_li 
	{
	display: inline;
	/* xborder: solid black 1px; * for testing */
	margin-left: -20px;	/* used to reconcile difference between Firefox Opera and IE6 */
	padding-right: 2.5em;
	color: #EBEBC4;  /* nav text color - ivory */
	font-style: normal;
	font-size: 14px;	 
	font-weight: normal;  /* changed from bold to normal  */
	font-family: Tahoma, Arial, sans-serif;
	}		

.topnav_li a
	{
	color: #E5E5B1;
	text-decoration: none;
	}	
			
#topnav_container a:hover
	{
	text-decoration: underline;
	color: #177c30; 
	}	


/*  Begin main navigation *
* * * * * * * * * * * * * */
		
#nav_container
	{
	width: 130px;  
	}	
	
#nav_container a
	{
	display: block;
	color: #E5E5B1; /* yellow ivory */ 
	text-decoration: none;
	font-size: 14px;
	}
		
#nav_container a:hover
	{
	text-decoration: underline;
	color: #d2b075; 
	}
 
#menu_ul
	{
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, sans-serif;
	}

.menu_li
	{
	margin-left: -45px;	
	padding-bottom: 9px;
	}	
		  
.menu_li_br
	{
	margin-left: -45px;	
	margin-bottom: -10px;
	color: #e2e8e2;  /* nav text color - light tint of pale green */
	}		
		

/*  Begin bottom navigation *
* * * * * * * * * * * * * */	
	
#bottomnav ul
	{
	width: 740px;
	margin: 0px;
	background-color: #989933;
	list-style-type: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	text-align: center;
   	}
	
	#bottomnav li
	{ 
    display: inline; 
   	margin-right: 2.7em; /* changed from 1.5em */
    font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Arial, sans-serif;
    color: #E5E5B1;
	}
	
	#bottomnav a
	{
	text-decoration: none;
	color: #E5E5B1;
	}
	
	#bottomnav li a:hover {
    text-decoration: underline;
	color: #177c30;	  /* green  */ 
    }
		
