
/******************************************************************************************************
						START OF EDITABLE CSS
******************************************************************************************************/

#NavContainer2{ /* this is the container of the MENU */
	width:950px;
	height:57px;
	float:left;
	font-size:14px; 
	margin:21px 0px 0px 25px;
	border:0px solid #990000;
}

#ulCat, #ulLinks, #ulbrands{ /* this is to set the height of the menu, if it is an extremely long list */
	max-height:400px;
	overflow-x:hidden;
	overflow-y:auto;
}

.nav ul { /* this sets the width of the dropdown menus */
	position:absolute;
	top:-999em;
	width:180px;
	margin:0px 0px 0px -34px;
}

.nav li li:hover ul, ul.nav li li.sfHover ul { /* this adjusts the position of the sub-leveled categories, needs to match the width */
	left:180px;
	top:0px;
	width:146px;
}

.nav li li { /* this set the background color and the border for the MAIN Level of the menu */
	background:#f0f0f0;
	padding:5px 0px 5px 0px;
	border:0px #444444 solid;
	
}

.nav li li li { /* this set the background color and the border for the SUB Levels of the menu */
	background:#f0f0f0;
	padding:5px 0px 5px 0px;
}

.nav li ul li:hover{ /* this set the HOVER background color for the menu */
	background-color:#d6d6d6;
}

/******************************************************************************************************
						END OF EDITABLE CSS
******************************************************************************************************/
















/******************************************************************************************************
*******************************************************************************************************

									DO NOT EDIT WITHIN THIS AREA 

*******************************************************************************************************
******************************************************************************************************/

/* ---------------------------------------------------------
						TOP NAV
----------------------------------------------------------*/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
	font-weight:bold;

}

.nav {
	line-height:1.0;
}

/*
.nav ul {
	position:absolute;
	top:-999em;
	width:180px;
}
*/

.nav ul li, .nav a {
	width: 100%;
}

.nav ul li a{
	font-weight:normal;
}

.nav li {
	float:left;
	position:relative;
	z-index:50;
}

/*.nav li ul li:hover{
	background-color:#6E6E6E;
}*/

.nav a {
	display:block;
}

.nav li:hover ul, ul.nav li.sfHover ul {
	left:45px;
	top:25px;
}

.nav li:hover li ul, .nav li.sfHover li ul {
	top:-999em;
}

/*.nav li li:hover ul, ul.nav li li.sfHover ul {
	left:180px;
	top:-1px;
}*/

.superfish li:hover ul, .superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	margin:0px 0px 0px 0px;
}

.nav li {

}

.nav a {
	color: #000000;
	text-decoration:none;
	text-indent:5px;
}

.nav li:hover, .nav li.sfHover, .nav a:focus, .nav a:hover, .nav a:active {

}

/*.nav li li {
	background:#2D2C2C;
	padding:5px 0px 5px 0px;
	border:1px #FFFFFF solid;
	
}

.nav li li li {
	background:#2D2C2C;
	padding:5px 0px 5px 0px;
}*/

/* ---------------------------------------------------------
						END TOP NAV
----------------------------------------------------------*/


.navDaddy{
	background-image: url("../images/nav_arrow.gif");
	background-repeat:no-repeat;
	background-position:center right;
}

/*
#ulCat, #ulLinks{
	max-height:400px;
	overflow-x:hidden;
	overflow-y:auto;
}
*/ 

#topNavContainer{
	width:383px;
	height:84px;
	float:left;
}

#NavContainer1{
	width:463px;
	height:16px;
	float:left;
}

#leftNav1{
	width:290px;
	height:16px;
	float:left;
	text-indent:-9999px;
}

#navSpacer{
	width:638px;
	height:35px;
	float:left;
	font-size:0px;
}



#leftNav2{
	width:282px;
	height:27px;
}
/******************************************************************************************************
*******************************************************************************************************

									DO NOT EDIT WITHIN THIS AREA 

*******************************************************************************************************
******************************************************************************************************/
.subnav  {margin-top:0px; height:30px; width:1000px;}
.subnav  li{ float:left; position:relative; padding:5px 8px; 	z-index:100; font-weight: bold; list-style: none; font-family:Arial, Helvetica, sans-serif;}
.subnav  li.navMenuItems{ margin:0px;}
.subnav  li a{color:black; text-decoration:none; font-size: 14px; }
