/* Basic code - don't modify */
 #dropdownNavigation { display: block; margin: 0; padding: 0; position: relative; z-index:12;}
  #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: 170px; }
#dropdownNavigation ul ul { left: 80px; }

/* Everything else is theming border: 1px dashed red;#C7C8CA */
#dropdownNavigation {height: 37px; margin-top:5px;}
#dropdownNavigation *:hover { background-color: none; }
#dropdownNavigation a {font-size: 11px; padding: 6px 9px 6px 2px; line-height: 1;text-decoration:none;width:84px;}
#dropdownNavigation li a {margin-right:1px;}
  #dropdownNavigation li a:hover { background-color: #E57D84;color:#000;font-weight:bold;}
  #dropdownNavigation ul { top: 24px; }
    #dropdownNavigation ul li a { font-size: 10px;color:#fff;background:#E57D84 url('/img/navarrowgry.gif') center right no-repeat;width:130px;}
      #dropdownNavigation ul li a:hover { color:#fff;font-weight:bold;background:#E57D84 url('/img/navarrowwht.gif') center right no-repeat; }
	/*  background-color: #FF5964;  */
   #dropdownNavigation ul a { border-bottom: 1px solid #E57D84; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #dropdownNavigation ul a { border-bottom: none; } - I also needed this for IE6/7 */
































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