/* Basic code - don't modify */

 #menu_top { display: block; margin: 0; padding: 0; position: relative; }
  #menu_top li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #menu_top a { display: block; }
  #menu_top ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #menu_top ul { line-height: 0; } /* IE6 "fix" */
  	#menu_top ul a { zoom: 1; } /* IE6/7 fix */
    #menu_top ul li { float: none; }
    #menu_top ul ul { top: 0; }

/* Essentials - configure this */

#menu_top ul { width: 130px; }
#menu_top ul ul { left: 131px; }

/* Everything else is theming */

#menu_top { background-color: #FFFFFF; height: 24px; }
#menu_top *:hover { background-color: none; }
#menu_top a { border-right: 1px solid #000; color:#000; font-size: 12px; padding: 6px; line-height: 1; background-image: url('../img/squares.gif'); background-repeat: no-repeat; background-position:left; }
  #menu_top li.hover a { background-color: #C9C8C7; }
  #menu_top ul { top: 25px; }
    #menu_top ul li a { background-color: #C9C8C7; }
      #menu_top ul a.hover { background-color:#594932; color:#FFFFFF; background-image: url('../img/squares_hl.gif');  background-repeat: no-repeat; background-position:left;}
   #menu_top ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #menu_top ul a { border-bottom: none; } - I also needed this for IE6/7 */



/* Basic code - don't modify */

 #menu_left { display: block; margin: 0; padding: 0; position: relative; z-index:150;}
  #menu_left li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative;}
  #menu_left a { display: block; }
  #menu_left ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #menu_left ul { line-height: 0; } /* IE6 "fix" */
  	#menu_left ul a { zoom: 1; } /* IE6/7 fix */
    #menu_left ul li { float: none; }
    #menu_left ul ul { top: 0; }

/* Essentials - configure this */

#menu_left ul { width: 130px; left: 131px; }
#menu_left ul ul { left: 131px; }

/* Everything else is theming */

#menu_left { background-color: #dfddd1; height: 24px; }
#menu_left *:hover { background-color: none; }
#menu_left a { border-bottom: 1px solid #000; color:#000; font-size: 12px; padding: 6px; line-height: 1; width:120px; text-decoration:none;}

  #menu_left li a { background-image: url('../img/squares.gif');  background-repeat: no-repeat; background-position:left;}
  #menu_left li.hover a { background-image: url('../img/squares_hl.gif');  background-repeat: no-repeat; background-position:left;  background-color: #C9C8C7; }
  #menu_left ul { top: 1px; }
    #menu_left ul li a { background-color: #C9C8C7; }
      #menu_left ul a.hover { background-color:#594932; color:#FFFFFF;}
   #menu_left ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #menu_left ul a { border-bottom: none; } - I also needed this for IE6/7 */






