/* Basic code - don't modify */

#nav { list-style: none; width: 900px; margin-left: auto; margin-right: auto; }
#nav li { display: block; list-style: none; text-align: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; top: 43px; }
* html #nav { margin-bottom: -40px; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li a { zoom: 1; } /* IE6/7 fix */
#nav ul { font-size: 1px; } /* IE6 fix */
#nav li { font-size: 1px; } /* IE6 fix */
* html #nav li { margin-bottom: -1px; } /* IE6 fix */
 #nav ul a { opacity: 0.9; filter: alpha(opacity=90); }
		
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

