/* Basic code - don't modify */
#nav ul.main { display: block; margin: 0; padding: 0; position: relative; z-index: 1000; }
#nav ul.main li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav ul.main a { display: block; }
#nav ul.main ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul.main ul { line-height: 0; } /* IE6 "fix" */
* html #nav ul.main ul li { margin-bottom: -15px; }
#nav ul.main ul a { zoom: 1; } /* IE6/7 fix */
#nav ul.main ul li { float: none; }
#nav ul.main ul ul { top: 0; }

/* Essentials - configure this */

#nav ul.main ul { width: 200px; }
#nav ul.main ul ul { left: 131px; }

/* Everything else is theming */

#nav ul.main ul { top: 25px; background: #259fd0; border: 2px solid #fff; height: auto; }
#nav ul.main li.first-child ul { top: 25px; background: #259fd0; height: auto; }
#nav ul.main li.last-child ul { top: 25px; background: #259fd0; height: auto; }

#nav ul ul li { float: none; text-transform: none; background: #259fd0; height: auto; display: block; margin: 0px; padding: 0px; }
#nav ul ul li.first-child { float: none; text-transform: none; background: #259fd0; height: auto; display: block; margin: 0px; padding: 0px; }
#nav ul ul li.last-child { float: none; text-transform: none; background: #259fd0; height: auto; display: block; margin: 0px; padding: 0px; }

#nav ul ul li a { text-transform: none; background: #259fd0; color: #fff; height: auto; width: 190px; display: block; padding: 5px; }
#nav ul ul li.first-child a { text-transform: none; background: #259fd0; color: #fff; height: auto; width: 190px; display: block; padding: 5px; }
#nav ul ul li.last-child a { text-transform: none; background: #259fd0; color: #fff; height: auto; width: 190px; display: block; padding: 5px; }

#nav ul ul li a:hover, #nav ul ul li a.current { background: #013776; }
#nav ul ul li.first-child a:hover { background: #013776; }
#nav ul ul li.last-child a:hover { background: #013776; }


/*
ul.main { background-color: #30A8C3; height: 24px; }
ul.main *:hover { background-color: none; }
ul.main a { color: #ccc; }
ul.main li.hover a { background-color: #000; }
ul.main ul { top: 25px; }
ul.main ul li a { background-color: #000; }
ul.main ul a.hover { background-color: #000; }
ul.main ul a { border-bottom: 1px solid white; border-right: none; background: #000; opacity: 0.9; filter: alpha(opacity=90); }
/* ul.main ul a { border-bottom: none; } - I also needed this for IE6/7 */


