/* Basic code - don't modify */
 
 /* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; font-family:Geneva,Arial,Helvetica,sans-serif }
  #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; background-color: #464646; }
  * 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: 220px; }
#nav ul ul { left: 221px; }

/* Everything else is theming */
 
#nav {height: 33px; }
#nav *:hover { background-color: none; }
#nav a { 
color:#FFFFFF;
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
padding-top:6px;
padding-left:10px;
padding-bottom:6px;
text-align:left;
text-decoration:none;
line-height:1;
}
  #nav li.hover a {  }
  #nav ul { top: 33px; background-color: #464646; }
    #nav ul li a { background-color: #464646; }
      #nav ul a.hover { background-color: #fff; color:#000000; }
   #nav ul a { border-bottom: 0px solid white; border-right: none; opacity: 1; filter: alpha(opacity=100); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


 
 
 #kat { display: block; margin: 0; padding: 0; font-family:Geneva,Arial,Helvetica,sans-serif }
  #kat li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #kat a { display: block; }
  #kat ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; background-color: #464646; }
  * html #kat ul { line-height: 0; } /* IE6 "fix" */
  	#kat ul a { zoom: 1; } /* IE6/7 fix */
    #kat ul li { float: none; }
    #kat ul ul { top: 0; }
    
/* Essentials - configure this */

#kat ul { width: 180px; }
#kat ul ul { left: 180px; }

/* Everything else is theming */
 
#kat {height: 129px; }
#kat *:hover { background-color: none; }
#kat a { 
color:#FFFFFF;
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
padding-top:3px;
padding-left:10px;
padding-bottom:3px;
text-align:left;
text-decoration:none;
line-height:1;

}
#kat a img { width: 90px; height: 129px;  }
  #kat li.hover a {  }
  #kat .ieFix {  }
  #kat ul { top: 129px; }
    #kat ul li a { background-color: #464646; }
      #kat ul a.hover { background-color: #F3F3F3; color:#000000; }
   #kat ul a { border-bottom: 0px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #kat ul a { border-bottom: none; } - I also needed this for IE6/7 */

