/* 
	Menu highlight: #323918
*/

/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; z-index: 101; /*top: 27px;*/ float: left; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; position: relative; }
  #nav a { display: block; font-style: normal; }
  #nav ul { display: block; /*position: absolute;*/ margin-left: 8px; /*padding: 0;*/ margin-bottom: 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 {/*border: 1px solid #a5a5a6;*/ /*background-image: url("../images/menu-dropdown-bg.png"); background-repeat: repeat-y;*/ }

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

#nav a {
	height: 21px;
	line-height: 21px;
	color: #656565;
	text-decoration: none;
	font-size: 14px;
	/*font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;*/
	padding: 0 /*27px 0 0*/;
	/*line-height: 1; */
}
#nav a.hover, #nav a.current { 
	color: #00bcde;
}




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