.navcell {
	background:#dddddd;

}

#drop_down {
	background-color: #4a3e19;
	background-image:url(bg_dropdown_top.jpg);
	background-repeat:repeat-x;
	padding: 14px;
	line-height: 16px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;	
	text-align:left;
	height:140px;
	vertical-align:top;
}
#drop_down a {
	font-family:tahoma;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;

}
#drop_down a:hover {
	text-decoration:underline;
}