#navdd_div {
	background-color: #F6F1EC;
	width: 948px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #A5A583;
	left: 65px;
	margin-left: 0px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
}

ul#navdd { /* all lists */
	margin: 2px 0 0;
	list-style: none;
	font-size: 11px;
	padding-top: 0;
	padding-bottom: 0;	/*line-height: 1.6em;*/

}

#navdd a {
	display: block;
	background-color: #F6F1EC;
	color: #666666;
	text-decoration: none;
	padding-bottom: 0.2em;
	margin-right: 2em;
	padding-left: 1.3em;
}

#navdd li { /* all list items */
	float: left;
	padding: 0px;
	background-color: #F6F1EC;
	margin: 0px;
}

#navdd li a:hover {
	color : CCCCCC;
	background-color : #F6F1EC;
}

#navdd #wider {
	width: 16em!important;
}

#navdd #wider a{
	width: 15em!important;
}

#navdd .narrow {
}

#navdd .narrow a{
}

#navdd li ul { /* second-level lists */
	list-style: none;
	position: absolute; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #F6F1EC;
	color: #4B1B1B;
	width: 13em;
	border-top: 1px solid #A5A583;
	left: -999em;
}

#navdd li ul li{ /* second-level lists */
	padding: 0px;
	width: 13em;
	margin: 0px;
}

#navdd li ul li a { /* second-level lists */
	width: 12em!important;
	color: #4B1B1B;
	background-color: #F6F1EC;
	margin: 1px .5em 1px 0em;
	padding-left:0em;
	border-bottom: 1px solid #cccbb9;
}

#navdd li:hover ul, #navdd li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	/*padding: 0 1px 0px;	*/
}

#main {
	clear: left;
}

.clearMe {
	clear: both;
	height: 2px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

#navdd #currentsubNav {
	text-decoration: none;
	font-weight: bold;
	color: #771200;
	
}

#ssnav {
	margin: 3em 0px 0px;
	font-size: 90%;
}

#ssnav a {
	background-color: #FFFFFF;
	color: #4B1B1B;
	text-decoration: none;
	padding-bottom: 0.2em;
	margin-right: 2px;
	
}

#ssnav li { /* all list items */
	padding: 0px 0px 0px 2em;
	width: 12.2em;
	margin: 0;
	list-style: none;
	text-indent: -2em;
	border-bottom: 1px solid #A3A485;
	overflow: visible;
}

#ssnav li a:hover {
	color : #7c1e08;
	background-color : #FFFFFF;
}

#currentsubsubNav {
	text-decoration: none;
	background-color: #FFFFFF;
	
}
