/**
 * Category Flyout CSS Stylesheet
 * Hometown Fashions Template v2
 *
 * @package templateSystem
 * @copyright Copyright 2006 Hometown Fashions
 * @copyright Portions Copyright 2003-2005 Zen Cart Development Team
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: htf_template/stylesheet_categories_menu.css 0001 2006/08/27 charlow
 * @location includes/templates/htf_v2_template/css
 */

body {
	behavior: url(includes/csshover.htc);
	} /* WinIE behavior call */


div#nav-cat {
	width: 169px;
	margin: 0px;
	background-color: #FFFFFF;
	font-weight: normal;
	}
  
div#nav-cat ul {
	margin: 0px;
	padding: 0px;
	width: 169px;
	background-color: #FFFFFF;
	/*border: 1px solid #AAA;*/
	padding-bottom: 5px;
	}

div#nav-cat ul.level2, div#nav-cat ul.level3, div#nav-cat ul.level4, div#nav-cat ul.level5, div#nav-cat ul.level6 {
	background-color: #FFFFFF;
	border: 1px solid #3C3B39;
	padding-bottom: 0px;
	border-bottom: 0px;
	}

div#nav-cat li {
	position: relative;
	list-style: none;
	margin: 0px;
	margin-top: 0px; /* change it to whatever space you want to put space between buttons*/
	border-bottom: 1px solid #3C3B39; /* this line may help or hinder IE menu shifting issues */
	z-index: 1;
	}

div#nav-cat li li {
	margin: 0px; /* this overrides the margin-top in the declaration above */
	}

div#nav-cat li.submenu {
	background: url(../images/submenu.gif) 100% 50% no-repeat;
	background-color: #FFFFFF;
	}

div#nav-cat li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 150px;
	color: #3C3B39;
	font-size: 1.1em;
	font-family: Verdana;
	}

div#nav-cat>ul a {
	width: auto;
	}

div#nav-cat ul ul {
	position: absolute;
	top: 0;
	left: 169px;
	display: none;
	}

div#nav-cat ul.level1 li.submenu:hover ul.level2, div#nav-cat ul.level2 li.submenu:hover ul.level3, div#nav-cat ul.level3 li.submenu:hover ul.level4, div#nav-cat ul.level4 li.submenu:hover ul.level5, div#nav-cat ul.level5 li.submenu:hover ul.level6 {display:block;}