
.dd_nav_off {
	font-family : Verdana;
	font-size : 12px;
	color : #ffffff;
	padding-left: 12px;
	padding-bottom: 9px;
	padding-top: 9px;
	text-decoration : none;
	background-color:#910000;
	font-weight:bold;
	border:solid 1px #910000;
}

.dd_nav_on {
	font-family : Verdana;
	font-size : 12px;
	color : #910000 ;
	padding-left: 12px;
	padding-bottom: 9px;
	padding-top: 9px;
	text-decoration : none;
	background-color:#ffffff;
	cursor:pointer;
	border:solid 1px #910000;
	font-weight:bold;
}

.dd_nav_container {
	-moz-box-sizing:border-box;
	width: 207px;
	background-color:#910000;
}