/* Basic code - don't modify */

#dropdownNavigation { display: block; margin: 0; padding: 0; position: relative; margin-left: 20px; z-index: 2; }


#dropdownNavigation li ul li a
{
    background: #2777e3;
    height: 25px;
}

#dropdownNavigation li ul li a.hover
{
    background: #133155;
    
}


#dropdownNavigation li  
{
    display: block; 
    list-style: none; 
    margin-left: 0 !Important; 
    padding: 0 !Important; 
    float: left; 
    position: relative; 
   border-left: 12px transparent solid;

}

#dropdownNavigation li a  
  {
     display: block; 
     background: transparent url('../images/top_nav_sprite.png') top center no-repeat;
     width: 130px;
     color: White;
     text-decoration: none;
     font-family: Tahoma;         
     font-size: 11px;
     height: 30px;
     text-align: center;
     font-weight: bold;
     padding: 10px 0px 0px 0px;
     z-index: 8;
   }
      
#dropdownNavigation ul li a  
  {
      display: block; 
   }
      
#dropdownNavigation ul { display: none; position: absolute; left: 0; margin: 0 !Important; padding: 0 !Important; }
 
* html #dropdownNavigation ul { line-height: 0; z-index:1004 } /* 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: 24px; }

#dropdownNavigation *:hover { background-color: none; }

#dropdownNavigation a {font-size: 14px; padding: 6px; line-height: 1; }

#dropdownNavigation li.hover a  
{
   /* background: transparent url('../images/top_nav_sprite.png') no-repeat scroll 60px; */
}

#dropdownNavigation ul { top: 42px; }

#dropdownNavigation ul li a { background-color: transparent; }

/* subnav dropdown bg */

#dropdownNavigation ul a.hover { background-color: transparent; }
	
#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 */






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

