@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:1050px;
	margin: 0px auto 25px auto;
	padding: 0 0 0 0;
	background-color:#181818;
	border-top:1px solid #c6e8ff;
	font-weight:800;
}

ul#categories_top li {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

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: 11px 10px;
	border-bottom: 0;
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 1em;
	color: #c6e8ff;
}

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

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: #000;
	border-bottom:0px solid #000;

}

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: 34px;
	display: none;
	background: #fff;
	border-top:1px solid #181818;
	border-bottom: 1px solid #181818;
	border-left: 1px solid #181818;
	border-right: 1px solid #181818;
	min-width: 100%;
	padding: 10px 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top:3px;
}

ul#categories_top ul li{
	float: none;
	display: block;
	background: none;
	border-bottom: 1px solid #fff; /* 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: #6d6d6d;
	font-size: 12px;
	padding: 1px 15px;
	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: none;
	padding: 1px 15px;
	margin-top: 0;
	margin-left: 0;
}

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

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




/*---------------------------------
  Electric Studio Super Menu: - Shop by Category box
----------------------------------*/
ul#categories {
	margin: 0;
	margin-top:4px;
}
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: bolder;
	color:#c6e8ff;
}

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

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

ul#categories li a{
	display: block;
	text-decoration: none;
	color: #c6e8ff;
	width:202px;
	display: block;
}

ul#categories li.haschildren a,
ul#categories li.selected li a{
	padding:4px;
	background-color:#181818;
	margin-bottom:2px;
}

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:#181818;
	background-color:#c6e8ff	;
}

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