/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #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;  }
  * 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: 208px; border: 1px solid #000000; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav
{ 
	background: #ffffff url("../images/menubar_background.gif") repeat-x;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 10;
}
#nav *:hover { color: #ffffff; }
#nav a 
{ 
	/*border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; */

	display: block;
	float: left;
	height: 31px;
	color: #c6c6c6;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-image: url("../images/menu_separator.gif");
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 14px 11px 0px 8px;

}
*html #container #nav  ul li a
{
	height: 45px;
	padding: 10px 9px 0px 9px;
}

#nav a.first{ background-image: none;  padding-left: 12px;  }

#nav a.current{ color: #ffffff; }

  #nav li.hover a.toplevel { color: #ffffff; }
  #nav ul { top: 45px; z-index: 25; background-image: none;   }
    #nav ul li a
	{ 
		background-image: none;
		color: #666666;
		background-color: #F8FFEF; 
		width: 200px;
		height: 20px;
		padding: 5px 0px 0px 8px;
		font-weight: bold;
		font-size: 12px;
		
	}
      #nav ul a.hover { background-color: #DFEFCB; color: #000000 ;}
 /*  #nav ul a { color: #000000; border-right: none; opacity: 0.9; filter: alpha(opacity=90); } Opacity Removed Friday, August 07, 2009  By Matt M.  */
   #nav ul a { color: #000000; border-right: none; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


/*----------Left Sitde Menu ----------------//


/* Basic code - don't modify */
 
 #product_categories_menu { display: block; margin: 0; padding: 0; position: relative; }
  #product_categories_menu li { display: block; list-style: none; margin: 0; padding: 0; position: relative; }
  #product_categories_menu a { display: block; }
  #product_categories_menu ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #product_categories_menu ul { line-height: 0; } /* IE6 "fix" */
  	#product_categories_menu ul a { zoom: 1; } /* IE6/7 fix */
    #product_categories_menu ul li { float: none; }
    #product_categories_menu ul ul { top: 0; }
    
/* Essentials - configure this */

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

/* Everything else is theming */


#product_categories_menu
{
	background: #ffffff url("../images/ruled_notepad_background.gif") repeat;
	list-style: none;
	margin-left: 0px;
	padding-left: 5px;
	text-indent: -1em;
}

#product_categories_menu li
{
	background-image: url("../images/menu_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: -0px 0px 5px 10px;
}



#product_categories_menu .first_level
{
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 0px 10px;
	color: #646464;
	text-decoration: none;
}

#product_categories_menu a:hover
{
	text-decoration: underline;
}





#product_categories_menu li.hover a.toplevel { color: #ffffff; }
#product_categories_menu ul { left: 175px; top: 0px; background-image: none; background-color: #F8FFEF; border: 1px solid #000000; width: 200px; padding: 0px;}
#product_categories_menu ul li { background-image: none; padding: 0px; }
#product_categories_menu ul li a
{ 
		background-image: none;
		color: #666666;
		background-color: #F8FFEF; 
		width: 182px;
		height: 20px;
		padding: 5px 0px 0px 18px;
		font-weight: bold;
		font-size: 12px;
}

#product_categories_menu ul a.hover { background-color: #DFEFCB; color: #000000; text-decoration: none; }
#product_categories_menu ul a { color: #000000; border-right: none; text-decoration: none; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


