/* 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; }
  #dropdownNavigation a { display: block; }
  #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; }
#dropdownNavigation ul ul { left: 80px; }

/* Everything else is theming */
#dropdownNavigation {height: 40px; position: absolute; display: block; right: 7px; top: 75px; }
/*#dropdownNavigation *:hover { background-color: none; }*/
#dropdownNavigation a {font-family: Helvetica, Arial, Verdana, Sans-Serif; font-size: 13px; color: #666666; padding: 0 18px 30px 18px; line-height: 1; text-decoration: none; font-weight: bold; }
#dropdownNavigation a.current { color: #1a587f; }
  #dropdownNavigation li.hover a {color: #1a587f; background: url('../images/etera/top_nav_1st_tier_rollover_bkgd.jpg') repeat-x left bottom; }
  #dropdownNavigation ul { top: 44px; }
    #dropdownNavigation li.hover ul a { color: #666666; background-color: #FFFFFF; background-image: none; }
    #dropdownNavigation ul li a { font-size: 11px; font-weight:normal; background-color: #FFFFFF; text-transform: lowercase; padding: 9px 18px 9px 18px; border-bottom: 1px solid #CCCCCC; } 
      #dropdownNavigation li ul a.hover { color: #396e90; }
      #dropdownNavigation li ul a.current { color: #396e90; }
	
   #dropdownNavigation ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #dropdownNavigation ul a { border-bottom: none; } - I also needed this for IE6/7 */

/* Style for parent of current page's section/menu */
#dropdownNavigation a.currentParent { color: #396e90; }
#dropdownNavigation li.hover ul a.currentParent { color: #396e90; }

/* Disable display of 3rd tier nav */
#dropdownNavigation li ul li ul { display: none !Important;}








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