/* 
	Menu highlight: #323918
*/

/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; z-index: 1; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; font-style: normal; }
  #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: 156px; *top: 21px;}
#nav ul ul { left: 157px; }

/* Everything else is theming */
 
#nav { margin-left: 1px; }

#nav li a { height: 20px; line-height: 20px; *float: left; font-weight: bold; }

#nav a {
	color: #fff; 
	text-decoration: none; 
	font-size: 13px;
	/*font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;*/
	padding: 0 10px 0 10px;
	/*line-height: 1; */
}
#nav a.hover, #nav a.current { 
	color: #323918;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

