#SKIN #blue_hat {
	height: 27px;
	background: url(/skins/default/images/black.gif) repeat-x left bottom;
	margin: 0 0 10px 0;
}

#SKIN #blue_hat ul {
	height: 17px;
	margin: 0;
	padding: 10px 0 0 9px;
	list-style:none;
}

#SKIN #blue_hat li {
	float: right;
	height: 15px;
	margin: 0 5px 0 0;
	background: #CCC;
	border: 1px solid black;
}

#SKIN #blue_hat a {
	float: left;
	height: 15px;
	margin: 0;
	padding: 0 5px;
}

#SKIN #blue_hat .blue_hat_active {
	color: black;
	background: white;
	border-bottom: 1px solid white;
}

#SKIN #blue_hat a:link, 
#SKIN #blue_hat a:active,
#SKIN #blue_hat a:visited,
#SKIN #blue_hat a:hover {
	line-height: 17px;
	text-decoration: none;
	color: #333;
}

#SKIN #blue_hat a:hover {
	background: #DDD;
}

#SKIN #blue_hat .blue_hat_active a:hover {
	background: white;
}

