.dd_nav_container {
	-moz-box-sizing:border-box;
	width: 145px;
	padding-bottom:5px;
/*	background-image: url(/images/spacer.gif);  */
	background-image: url(/ftpimages/333/podium/images/drop_up_border.gif);
	background-repeat:repeat-y;
	background-position:top right;
}
.dd_nav_off {
	font-family : 'TREBUCHET MS';
	font-size : 10px;
	color : #223B5A;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top:2px;
	text-align:right;
	text-decoration : none;
	line-height:.9;
	display:block;
	width: 140px;
}

.dd_nav_on {
	font-family : 'TREBUCHET MS';
	font-size : 10px;
	font-weight:bold;
	color : #223B5A;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top:2px;
	text-decoration : none;
	text-align:right;
	line-height:.9;
	display:block;
	cursor:pointer;
	width: 140px;
}
a .onStateBorder {
	margin-right: 1px;
}

a .onStateBorder:hover {
	margin-right: 0;
	border-right:1px solid #375576;	
}
