/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; /*margin-top: -7px;*/ padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul {}
#nav ul ul { left: 100px;}

/* Everything else is themeing */
 
#nav { height: 25px; }
/*#nav *:hover  {  color:#997f73; text-decoration: none; }*/ /* maron */

#nav li a:hover { text-decoration:underline;} /* Hover state of the top level links - TEAL GREEN/BLUE */

#nav a { color: #333333; padding: 1px 5px 1px 5px; text-decoration: none; margin-left:auto; margin-right:auto;} /*this is the main level hover state for the background as well as the spacing and padding of the links*/

#footerNav #nav a { color: #333333; padding: 1px 5px 1px 5px; text-decoration: none; margin-left:auto; margin-right:auto; border-right:thin #333333 solid;} /*FOOTER: this is the main level hover state for the background as well as the spacing and padding of the links*/
 
  #nav li.hover a { text-decoration: none;}/* Hover for the main links and the link color for the secondary links. */
 
  #nav ul {top:40px; left:10px;}
	
	#nav ul li a {font-size:12px; background-color:#4e3a27; text-decoration:none; color:white; padding:3px;}     /* This is the bg to the second level of links. */
	 
	  #nav ul a.hover { background-color:#927254; color:#fff;} /*LIGHT BROWN BACKGROUND WHITE TEXT what the previous page link looks like when its pop out menu is out */
  
   #nav ul a { border-bottom: 1px solid white; border-right: none; filter: alpha(opacity=95); text-decoration: none;} /* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
   
   #nav li ul li { margin-bottom:-30px;}