@charset "iso-8859-1";
/* nabigation css for twoblueherons.net */
/* author: JHM Designs (www.jhmdesigns.com) */
/* Creation date: 07/04/06 */

/* set the width of the left navibation column */
#nav_container
	{
	width: 160px;
	}
	
#navmenu_ul
	{
	list-style-type: none;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	font-family: "Arial Rounded MT Bold", sans-serif;
	}

.navmenu_li
	{
	margin-left: -38px;	 /* changed from -32px on 08-26-09  */
	padding-bottom: 9px;
	color: #fff1eb; 
	}	

#nav_container a
	{
	display: block;
	color: #fff1eb;  /* pale pink */  
	text-decoration: none;
	font-size: 17px;
	}
		
#nav_container a:hover
	{
	text-decoration: underline;
	xcolor: #D4F2F7; /* pale blue */
	xcolor: #AACBC6; /* pale blue 2 */
	xcolor: #9CCAD1; /* pale blue 3 */
	xcolor: #B1D6DA; /* pale blue 4 */	
	color: #BFDFE0;	/* pale blue 5 */
	color: inherit;
	}
		
