@charset "utf-8";
/* CSS Document */

/*---------------------------------
  Electric Studio Super Menu: - Main (horizontal) menu
----------------------------------*/

/* LEVEL 1 (White text) */

ul#categories_top {
	list-style: none;
	height:41px;
	width:620px;
	margin: -2px auto 3px auto;
	padding: 0 0 0 6px;
}

ul#categories_top li {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url('../styleImages/categories_top-separator.gif') right 7px no-repeat;
}

ul#categories_top li.selected {
	
}

ul#categories_top li:hover ul, 
ul#categories_top li.over ul { /* Keep the 'over' state, it is required by JavaScript to make the menu work in IE */
	display: block;
	text-align:left;
}

ul#categories_top li a {
	display: block;
	text-decoration: none;
	margin-top: 0px;
	padding: 14px 12px;
	border-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	color: #666666;
}

ul#categories_top li a:hover{
	color: #333;
}

ul#categories_top li.selected a:hover,
ul#categories_top li.parent a:hover{
	border-left: none;
}

ul#categories_top li.selected,
ul#categories_top li.parent{

}

ul#categories_top li.selected{
	margin-left: -1px; /* Remove separator */
}

ul#categories_top li.home.selected{
	margin-left: 0; /* Don't separate */
}

ul#categories_top li.selected li,
ul#categories_top li.selected li a{
	margin-left: 0;
}

ul#categories_top li.selected ul a:hover,
ul#categories_top li.parent ul a:hover{
	margin-left: 0;
}


/* LEVEL 2 (The popup menus) */

ul#categories_top ul {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 42px;
	display: none;
	background: #FFFFFB;
	margin: 0;
}

ul#categories_top ul li{
	float: none;
	display: none;
	background: none;
	border-bottom: 1px solid #FFFFFB; /* Needed for IE */
}

ul#categories_top li.selected ul li,
ul#categories_top li.parent ul li{
	background: none;
}

ul#categories_top ul a {
	background: none;
	color: black;
	font-size: 12px;
	padding: 1px 15px;
	white-space: nowrap;
	margin: 0;
	font-weight: normal;
}

ul#categories_top ul a.haschildren {
	font-weight: bold;
}

ul#categories_top ul a:hover{
}

ul#categories_top ul li.parent{
	background: none;
}

ul#categories_top ul li.parent a{
	background: none;
	padding: 1px 15px;
	margin: 0;
}

ul#categories_top ul li.selected a:hover{
	font-weight: normal;
	text-decoration: none;
}

ul#categories_top li.selected ul a,
ul#categories_top li.parent ul a{
	background: none;
	padding: 1px 15px;
	margin-top: 0;
	margin-left: 0;
}

ul#categories_top ul a:hover{
	background: none;
	text-decoration: underline;
	color: #A1C25E;
}

/* LEVEL 3 (The links in the popup menus)*/

ul#categories_top ul ul{
	background: none;
	border:none;
	position: relative;
	top: 0;
	padding:0; 
	margin-bottom: 15px;
}

ul#categories_top ul ul li{
	padding-bottom: 0;
}

ul#categories_top ul ul a{
	color: black;
}




/*---------------------------------
  Electric Studio Super Menu: - Shop by Category box
----------------------------------*/

ul#categories {
	padding: 0;
	margin: 0;
	position: relative; /* Needed for IE or background images don't load properly */
}
ul#categories li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

ul#categories li a.hide{
	display: none;
}

ul#categories li ul li{
	padding: 0;
}

ul#categories li.haschildren ul li.haschildren, ul#categories li.haschildren ul li.haschildren ul li{
	padding-left:10px;
	margin-left:0;
}
ul#categories li.haschildren ul li{
	padding-left:10px;
	margin-left:0px;
}
ul#categories li.haschildren {
	padding: 0 0 0px 0;
	margin:0;
	background: none !important;
}

ul#categories li a.haschildren{
	font-weight: bold;
}

ul#categories li.selected a{
	color: #A1C25E;
}

ul#categories li.selected li a{
	color: #666;
}

ul#categories li a{
	display: block;
	text-decoration: none;
	color: #666;
}

ul#categories li.haschildren a,
ul#categories li.selected li a{
	padding: 0;
}

ul#categories li a.haschildren{
	padding: 0;
}

ul#categories li.selected a:hover{
	text-decoration: none;
}

ul#categories li a:hover,
ul#categories li.selected li a:hover{
	color: #A1C25E;
	text-decoration: underline;
}

ul#categories ul{
	margin: 0;
	padding: 0;
}