/**
 * @author Ilarte Urian
 * http://www.directworksmedia.com
 */
root { 
    display: block;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font:12px Arial, Helvetica, sans-serif;
	z-index: 10;
}

#nav a {
	display: block;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#nav li { /* all list items */
	float: left;
}


#nav li ul { /* second-level lists */
	position: absolute;
	width: 168px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
}

#nav ul li a {
	padding:7px;
	background-color: #235079;
}

#nav ul li a:hover {
	background-color:#da1010;
	color: #fbff00;
}

#nav ul li {
	position:relative;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	width:198px;
	margin-left:10px;
	padding-top: 0px;
}

#nav ul li.no-left {
	margin-left:0px;
}

#nav ul li.top-border {
	border-top:1px solid #ffffff;
}

#nav ul li.bottom-border {
	border-bottom:1px solid #ffffff;
}

#nav .sub {
	background:#ffffff url(../img/arrow.gif) 186px 8px no-repeat
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 188px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	width: 168px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;	
}

#content {
	clear: left;
	color: #ccc;
}


/* Custom Begin */
ul.menu .top_menu{display:none;}

ul.menu .home {background:url(../img/b-home-off.jpg); height:40px; width:102px;}
ul.menu .home:hover {background:url(../img/b-home-on.jpg) no-repeat; width:102px;}

ul.menu .wooden-hangers {background:url(../img/b-shop-off.jpg); height:40px; width:187px;}
ul.menu .wooden-hangers:hover {background:url(../img/b-shop-on.jpg) no-repeat; width:187px;}

ul.menu .clothing-type {background:url(../img/b-clothing-off.jpg); height:40px; width:166px;}
ul.menu .clothing-type:hover {background:url(../img/b-clothing-on.jpg) no-repeat; width:166px;}

ul.menu .clearance-sale {background:url(../img/b-clearance-off.jpg); height:40px; width:152px;}
ul.menu .clearance-sale:hover {background:url(../img/b-clearance-on.jpg) no-repeat; width:152px;}

ul.menu .shipping {background:url(../img/b-shipping-off.jpg); height:40px; width:114px;}
ul.menu .shipping:hover {background:url(../img/b-shipping-on.jpg) no-repeat; width:114px;}

ul.menu .contact-us {background:url(../img/b-contact-off.jpg); height:40px; width:121px;}
ul.menu .contact-us:hover {background:url(../img/b-contact-on.jpg) no-repeat; width:121px;}

ul.menu .checkout {background:url(../img/b-checkout-off.jpg); height:40px; width:148px;}
ul.menu .checkout:hover {background:url(../img/b-checkout-on.jpg) no-repeat; width:148px;}
