/*.dd_nav_off, .dd_nav_on { behavior: url(/iepngfix.htc) }*/


.dd_nav_off {
	padding-left:5px;
	padding-right:5px;
	line-height: 22px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	color: #775B32;
	text-align: center;
	background: url(/images/v2_flyout_off.png) bottom left no-repeat;
	width: auto;
}

.dd_nav_on {
		padding-left:5px;
	padding-right:5px;
	line-height: 22px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	color: #ffffff;
		text-align: center;
		background: url(/images/v2_flyout_on.png) bottom left no-repeat;
		width: auto;
}

.dd_nav_container {
	-moz-box-sizing:border-box;
	width: 200px;
	background: url(/images/spacer.gif) bottom left;
	
}

.ddnav_footer {
display: none;

}
.ddnav_header {
background: url(/images/ddnav_header.png);
padding-top: 7px;
}
