
/******************************************************************************************************
						START OF EDITABLE CSS
******************************************************************************************************/

#NavContainer2{ /* this is the container of the MENU */
	width:770px;
	height:30px;
	float:left;
	/*font-size:14px;*/ 
	margin:0px 0px 10px 115px;
	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 */
	z-index:100;
	position:absolute;
	top:-999em;
	width:180px;
}

.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:-1px;
}

.nav li li { /* this set the background color and the border for the MAIN Level of the menu */
	background:#CDC4BA;
	padding:5px 0px 5px 0px;
	border:1px #FFFFFF solid;
}

.nav li li li { /* this set the background color and the border for the SUB Levels of the menu */
	background:#CDC4BA;
	padding:5px 0px 5px 0px;
}

.nav li ul li:hover{ /* this set the HOVER background color for the menu */
	background-color:#CDC4BA;
	color: #FFFFFF;
}

/******************************************************************************************************
						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 li, .nav a {
	width: 100%;
}

.nav ul li a{
	font-weight:normal;
}

.nav li {
	float:left;
	position:relative;
	z-index:100;
}

.nav a {
	display:block;
}

.nav li:hover ul, ul.nav li.sfHover ul {
	left:25px;
	top:24px;
}

.nav li:hover li ul, .nav li.sfHover li ul {
	top:-999em;
}

.superfish li:hover ul, .superfish li li:hover ul {
	top: -999em;
}

.superfish ul {
z-index:100;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
}

.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 {
	color: #FFFFFF;
}

/* ---------------------------------------------------------
						END TOP NAV
----------------------------------------------------------*/


.navDaddy{
	background-image: url("../images/nav_arrow.gif");
	background-repeat:no-repeat;
	background-position:center right;
}

#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{
	overflow:hidden;
	width:282px;
	height:27px;
}

/******************************************************************************************************
*******************************************************************************************************

									DO NOT EDIT WITHIN THIS AREA 

*******************************************************************************************************
******************************************************************************************************/

#dynamicNav:hover{
	background-color:#CDC4BA;
	color: #9C7643;
}
