#nav_second {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	background-color: #ccc;
	width: 200px;
	padding: 10px;
	padding-bottom: 16px;
	float: right;
	margin-left: 6px;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}
#nav_second ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav_second li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav_second li ul {
	font-size: 11px;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 9px;
	list-style-position: outside;
	line-height: 18px;
}
.current {
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	background-color: #ccc;
}

