/* You must have these css classes template 27***************************/
#sub{
	padding: 0px; /*adjust as needed*/
	margin: 0px; /*adjust as needed*/
	/* required above ******************************/	
}

#sub ul {
	list-style: none;
	padding: 0px; /*adjust as needed*/
	margin: 0px; /*adjust as needed*/
	/* required above ******************************/
		
	margin-left:20px;	
}

#sub li { /* all list items */
	float: left;
	height:18px;
	/*adjust as needed*/
	position: relative;
	width:auto;
	/* required above ******************************/
	padding-top:8px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	margin-bottom:0px;
	margin-top:0px;
}

#sub ul li a{/* nav items */
	color:#FFFFFF;
	text-decoration:none;
	
}

#sub ul li:hover, #sub ul li.sfhover, #sub ul li a:hover{ /* rollover behavior for nav */
	
	font-weight:bold;
	background-color:#D19A58;
	color:#FFFFFF;
}

#sub li:hover ul, #sub li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	/* required above ******************************/
	margin-top:8px;
}

#sub ul li ul { /* second-level lists */
	display: none;
	position: absolute;
	padding-top:0px;
	top: 17px; /*adjust as needed*/
	left: -20px; /*adjust as needed*/
	width:125px;
	/* required above ******************************/
	
	background-color:#D19A58;
	border:1px solid #FFFFFF;
	border-bottom:none;
	
}

#sub ul li ul li{
	float:none;
	height:auto;
	/* required above ******************************/
	border-bottom:1px solid #FFFFFF;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;;
	padding-bottom:2px;
	margin-bottom:0px;
	font-size:10px;
	background-color:#D19A58;
}

#sub ul li ul li a{/* subav items */
	
	color:#FFFFFF;
	text-decoration:none;
}

#sub ul li ul li:hover{ 
	border-left-color: #85412C;
	border-left-style: solid;
	border-left-width: 3px;
	background-color:#D19A58;
	font-weight: bold;

}
#sub ul li ul li.sfhover{ 
	border-left-color: #85412C;
	border-left-style: solid;
	border-left-width: 3px;
	background-color:#D19A58;
	font-weight: bold;

}

#sub ul li ul li a:hover{ /* rollover behavior for subnav if desired to overwrite parent*/
	
	background-color:
	#D19A58;
	font-weight: bold;
}

/* add additional classes here ****************************/
