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

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

/* LEVEL 1 (White text) */

ul#categories_top {
	list-style: none;
	height:38px;
	width:1000px;
	margin: -2px auto 25px auto;
	padding: 0 0 0 6px;
	background-color:#B01113;
	border-bottom:2px solid #881d15;
	font-weight:800;
}

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

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

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;
}

ul#categories_top li a {
	display: block;
	text-decoration: none;
	margin-top: 0px;
	padding: 12px 5px;
	border-bottom: 0;
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 1em;
	color: white;
}

ul#categories_top li a:hover{
	background-color: #881d15;
}

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{
	background-color: #881d15;

}

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: 38px;
	display: none;
	background: #fff;
	border-top:0px solid #881d15;
	border-bottom: 1px solid #b01113;
	border-left: 1px solid #b01113;
	border-right: 1px solid #b01113;
	min-width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top:2px;
	padding:5px;
}

ul#categories_top ul li{
	float: none;
	display: block;
	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;
	background-color:#ececec;
	color: #6d6d6d;
	font-size: 12px;
	padding: 2px 5px;
	white-space: nowrap;
	margin: 0;
	font-weight: bold;
}

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-color:#ececec;
	padding: 2px 5px;
	margin-top: 0;
	margin-left: 0;
	color: #6d6d6d;

}
ul#categories_top li.selected ul a:hover,
ul#categories_top li.parent ul a:hover{
	background-color:#881d15;
	padding: 2px 5px;
	margin-top: 0;
	margin-left: 0;
	color: #fff;

}

ul#categories_top ul a:hover{
	background: none;
	color: #fff;
	background-color:#881d15;
}

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

ul#categories_top ul ul{
	background: none;
	border:none;
	position: relative;
	top: 0;
	padding:0; 
}

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

ul#categories_top ul ul a{
	color: #6d6d6d;
	font-weight:normal;
	background-color:#fff;
}




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

ul#categories {
	padding:4px;
	margin: 0;
}
ul#categories li {
	list-style: none;
	margin: 0;
}

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

ul#categories li ul li{
	padding:0px;
	font-weight: bold;
}

ul#categories li.haschildren ul li.haschildren, ul#categories li.haschildren ul li.haschildren ul li{
	margin-left:0;
	font-weight: normal;

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

}

ul#categories li a.haschildren{
	font-weight: bold;
	color:#6d6d6d;
	background-color:#ececec;
}

ul#categories li.selected a{
	color: #6d6d6d;
	background-color:#ececec;
}

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

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

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

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

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

ul#categories li a:hover,
ul#categories li.selected li a:hover{
	color:#fff;
	background-color:#b01113	
}

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