/* 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: 0; 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 { width: 170px;  }
#nav ul ul { left:160px; }

/* Everything else is theming */
 
#nav { height: 17px; }
#nav *:hover  {  color:#695c4c;/*logo_brown*/ text-decoration: none; } 
ul#nav > li a:hover {  color:#000;/*black*/ } /*  black text */
#nav a { color:#695c4c;/*tan*/ font-size: 12px; padding:2px 0 2px 5px; line-height: 17px; text-decoration: none;  }
  #nav li.hover a {  text-decoration: none; }
  #nav ul { top: 17px; }
    #nav ul li a { font-size:12px; background-color: #fff; /* white */ color:#695c4c; /* dark_grey */ line-height:20px; }
      #nav ul a.hover {  background-color:#d5d1c6; /* tan */ color:#695c4c;/*logo_brown*/  } /* grey bg  then  white_text what the prviouse page link looks like when its pop out menue is out */
   #nav ul a { border-bottom: 1px solid #6a5c4f; border-right: none; opacity: 0.95; filter: alpha(opacity=95); text-decoration: none;}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

