/* Basic code - don't modify */
 #dropdownNavigation { display: block; margin: 0; padding: 0; position: relative; }
  #dropdownNavigation li {
	display: block;
	list-style: none;
	margin: 0 !Important; 
	padding: 0 !Important; 
	float: left; 
	position: relative;    
	font: normal 1.22em/25px Arial, Helvetica, sans-serif;
	width: 158px;
	_width: 158px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	background: url(/images/nav-bg.gif) no-repeat right;
}
  #dropdownNavigation a { display: block; text-align: center; color: #959595; text-decoration: none;}
  #dropdownNavigation ul { display: none; position: absolute; left: 0; margin: 0 !Important; padding: 0 !Important; }
  * html #dropdownNavigation ul { line-height: 0; } /* IE6 "fix" */
  	#dropdownNavigation ul a { zoom: 1; } /* IE6/7 fix */
    #dropdownNavigation ul li { float: none; }
    #dropdownNavigation ul ul { top: 20; }
    
/* Essentials - configure this */
#dropdownNavigation ul { width: 160px; }


/* Everything else is theming */
#dropdownNavigation {height: 30px; }
#dropdownNavigation *:hover { background-color: none;     color: #E7BA07;
 }
#dropdownNavigation a {font-size: 14px; padding: 6px; line-height: 1; }
  #dropdownNavigation li.hover a {}
  #dropdownNavigation ul { top: 30px; width: 190px; padding: 5px 0 5px 0;}
    #dropdownNavigation ul li a { background-color: #342d27; color: #ffffff;}
      #dropdownNavigation ul a.hover {}
	
   #dropdownNavigation ul a { opacity: 0.9; filter: alpha(opacity=90); }
/* #dropdownNavigation ul a { border-bottom: none; } - I also needed this for IE6/7 */


#dropdownNavigation li.selected a {color: #E7BA07;}

#dropdownNavigation a.selected {
color: #E7BA07;}












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

