#topNav {
    width: 800px;
    height: 36px;
    background-color: #412d18;
    text-align:right;
}

#topNav .navItem {
    float: right;
    position: relative;
    height: 36px;
}

#topNav .navItemSale {
    float: left;
    position: relative;
    height: 36px;
}

a.saleText  {
    color: #CACC5F;
    line-height: 36px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

a.saleText:link {
	color:#CACC5F; 
	text-decoration: none;
}

a.saleText:visited {
	color:#CACC5F; 
	text-decoration: none;
}

a.saleText:active {
	color:#CACC5F; 
	text-decoration: none;
}

a.saleText:hover {
	color:#CACC5F; 
	text-decoration: underline;
}



#dvNavClothing {
	position: absolute;
	top: 36px;
	left: 0px;
	width: 460px;
	z-index: 11;
    background-color: #ffffff;
    text-align: left;
}

#clothingGearSubNav {
	float: left;
	width: 450px;
	border-left: 5px solid #878652;
	border-right: 5px solid #878652;
	padding-bottom: 15px;
	background-color: #ffffff;
}

#clothingGearSubNav .hr {
	margin-left: 10px;
	margin-right: 10px;
}

#clothingGearSubNavBottom {
    width: 450px;
	border-bottom: 5px solid #878652;
	border-left: 5px solid #878652;
	border-right: 5px solid #878652;
	background-color: #ffffff;
	line-height: 12px;
}

#clothingGearSubNavTop {
	width: 460px;
	clear: both;
	border-top: 5px solid #878652;
}

#clothingGearSubNav .subCategory {
	float: 			left;
	width: 			148px;
	height: 		110px;
	_height: 		120px;
	padding-top: 	10px;
	margin-top: 	10px;
}		

#clothingGearSubNav .subCategory h4 {
	margin-top: 	10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #412d18;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: normal;
}


#clothingGearSubNav .subCategory h4 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #412d18;
	font-size: 13px;
	font-weight: normal;
}

#clothingGearSubNav .subCategory ul { 
	list-style: 		none;
	width: 				auto; /* parent: '#clothingGearSubNav .subCategory' */
	margin: 			5px 10px 0 15px;
	padding: 			0;
	font: 				10px Verdana, Arial, Helvetica, sans-serif; /* keep for line-height in 'a' */
}

#clothingGearSubNav .subCategory ul li { 
	margin-bottom: 7px; 
	line-height: 12px;
}

/* poss streamline these rules */
#clothingGearSubNav .subCategory ul li a { line-height: 1; }
#clothingGearSubNav .subCategory a { 
	font-size: 10px;
	line-height: 17px;
	color: #412d18;
}

.rightBorder {
	background-image: 		url("/static/images/lyp/lyp_dots.gif");
	background-repeat: 		repeat-y;
	background-position: 	right;
}


