/* Basic code - don\\\\\\\\\\\\\\\'t modify */.categories { 
display: block; margin: 0; padding: 0; position: relative; 
z-index:1;
}

.categories li { display: block; list-style: none; 
margin: 0; padding: 0; float: left; position: relative; }

.categories a { display: block; }.categories ul { 
display: none; position: absolute; left: 0; margin: 0; padding: 0; }

* html .categories ul { line-height: 0; } /* IE6 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fix\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\" */
.categories ul a { zoom: 1; } /* IE6/7 fix */
.categories ul li { float: none; }.categories ul ul { top: 0; }
/* Essentials - configure this */.categories ul { width: 130px; }
.categories ul ul { left: 131px; }

/* Everything else is theming */

.categories { background-color: none; height: 51px; border-bottom: 1px solid #d1d1d1; 
border-top: 1px solid #d1d1d1; width: 668px; }
.catego *:hover { background-color: #fe7e7e7; }

.categories a { border-right: 1px solid white; 
color: #333333; font-size: 11px; padding: 6px; line-height: 1; }

.categories li.hover a { background-color: none; }

.categories ul { top: 25px; }

#nav ul li a { background-color: #d2d2d2; }

.categories ul a.hover { background-color: none; }
.categories a { background-color: #efefef; border-top: 1px solid white; 
	 
}

.categories 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 */

