.dd_nav_container {
	-moz-box-sizing:border-box;
	width: 177px;
	background-image: url(/images/spacer.gif);
}
.dd_nav_off {
	font-family : 'TREBUCHET MS';
	font-size : 11px;
	font-smooth: always;
	color : #ffffff;
	padding-left: 12px;
	padding-bottom: 3px;
	padding-top:2px;
	text-decoration : none;
	background-color:#000000;
	display:block;
	opacity: .8;
	-moz-opacity: .8; 
	filter: alpha(opacity=80);
	width: 165px;
	*width: 177px;
}

.dd_nav_on {
	font-family : 'TREBUCHET MS';
	font-size : 11px;
	font-smooth: always;
	color : #ffffff ;
	padding-left: 12px;
	padding-bottom: 3px;
	padding-top:2px;
	text-decoration : none;
	background-image: url(/ftpimages/270/podium/menu_on_new.gif);
	background-repeat:repeat-y;
	background-position:top left;
	background-color:#000000;
	opacity: 1;
	-moz-opacity: 1; 
	filter: alpha(opacity=100);
	display:block;
	cursor:pointer;
	width: 165px;
	*width: 177px;
}

.dd_bottom {
	width: 177px;
	height: 7px;
	background-image: url(/ftpimages/270/podium/menu_bottom.gif);
	background-repeat:no-repeat;
	background-position:top left;
	opacity: .8;
	-moz-opacity: .8; 
	filter: alpha(opacity=80);
	}

