/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; z-index: 99; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 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 { width: 130px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav { height: 50px; margin-top: 6px;}
#nav *:hover { background-color: none; }

.firstLink a{color: #5E5A5A; font-size: 19px; font-weight: normal; font-family: Arial; padding: 14px; line-height: 1; text-decoration: none; margin-right: 40px; margin-left: 55px; }
.firstLink:hover a{background-color: #94c93d; color: #fff;}
.secondLink a{color: #5E5A5A; font-size: 19px; font-weight: normal; font-family: Arial; padding: 14px; line-height: 1; text-decoration: none; margin: 0 40px 0 20px;}
.secondLink:hover a{background-color: #3da0c9; color: #fff;}
.thirdLink a{color: #5E5A5A; font-size: 19px; font-weight: normal; font-family: Arial; padding: 14px; line-height: 1; text-decoration: none; margin: 0 40px 0 20px;}
.thirdLink:hover a{background-color: #f4b406; color: #fff;}
.fourthLink a{color: #5E5A5A; font-size: 19px; font-weight: normal; font-family: Arial; padding: 14px; line-height: 1; text-decoration: none; margin: 0 40px 0 20px;}
.fourthLink:hover a{background-color: #d23719; color: #fff;}
.fifthLink a{color: #5E5A5A; font-size: 19px; font-weight: normal; font-family: Arial; padding: 14px; line-height: 1; text-decoration: none; margin: 0 40px 0 20px;}
.fifthLink:hover a{background-color: #d23719; color: #fff;}

.sixthLink a{color: #5E5A5A; font-size: 19px; font-weight: normal; font-family: Arial; padding: 14px; line-height: 1; text-decoration: none; margin: 0 40px 0 20px;}
.sixthLink:hover a{background-color: #ffd447; color: #fff;}

.subLink a{ border-right: 1px solid white; font-size: 14px; width: 170px; font-weight: normal; font-family: Arial; padding: 6px; text-decoration: none; line-height: 2;}
.secondLink ul li:hover a{background-color: #30A8C3; color: #30A8C3;}
.firstLink ul li:hover a{background-color: #94c93d; color: #94c93d;}
.thirdLink ul li:hover a{background-color: #f4b406; color: #f4b406;}
.fifthLink ul li:hover a{background-color: #ffd447; color: #d23719;}

  #nav ul { top: 49px; }
    #nav ul li a { background-color: #7e7e7e; }

   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

