/* Basic code - don't modify */
 
#nav {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
#nav li {
        display: block;
        list-style: none;
        float: left;
        position: relative;
}
#nav a { 
    display: block;
}

#nav ul { 
        display: none;
        position: absolute;
        left: 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; }

    
#ulNav {

    margin: 8px 0px 0px -7px;
    padding: 0;
    position: relative;
    float: left;
}

.liNav {

    margin: 0px;
    padding: 5px 5px 5px 5px;
    position: relative;
    width: 265px;
    background-color: #3877C4;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #ffffff;
    opacity: 0.9;
}

#nav ul a { border-bottom: none; }

* 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; }

/*#nav ul { width: auto; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
/* #nav *:hover { background-color: none; }
#nav a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; }
  #nav li.hover a { background-color: #5E5A5A; }
  #nav ul { top: 25px; }
    #nav ul li a { background-color: #5E5A5A; }
      #nav ul a.hover { background-color: #30A8C3; }
   #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 */

#nav2 {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
} 
#nav2 li {
        display: block;
        list-style: none;
        float: left;
        position: relative;
}
#nav2 a { 
    display: block;
}

#nav2 ul { 
        display: none;
        position: absolute;
        left: 0;
}
  * html #nav2 ul { line-height: 0; } /* IE6 "fix" */
  	#nav2 ul a { zoom: 1; } /* IE6/7 fix */
    #nav2 ul li { float: none; }
    #nav2 ul ul { top: 0; }

    
#ulNav2 {

    margin: 8px 0px 0px -7px;
    padding: 0;
    position: relative;
    float: left;
} 

.liNav2 {

    margin: 0px;
    padding: 5px 5px 5px 5px;
    position: relative;
    width: 265px;
    background-color: #3877C4;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #ffffff;
    opacity: 0.9;
}

#nav2 ul a { border-bottom: none; }

* html #nav2 ul { line-height: 0; } /* IE6 "fix" */
#nav2 ul a { zoom: 1; } /* IE6/7 fix */
#nav2 ul li { float: none; }
#nav2 ul ul { top: 0; }

