#nav_sub {
	background-color : #DCDCDC;
	height : 24px;
	border: 1px solid #5B442B;
	border-top : 0px;
}

#nav_sub .item {
	float : left;
	border-left : 1px solid #5B442B;
	height : 24px;
}

#nav_sub .item a {
	padding : 5px 5px 0px 5px;
	display : block;
	color : #000000;
	text-decoration : none;
	text-transform : uppercase;
	font-size : 12px;
}

#nav_sub .item a:hover {
	text-decoration : underline;
}

#nav_sub .text {
	float : left;
	background-color : #ffffff;
	height : 24px;
	font-size : 14px;
}

#nav_sub .text b {
	padding : 3px 5px 0px 5px;
	display : block;
}