a.gallery:link, a.gallery:visited {
	display: block;
	/*background: url(images/hover_tag.gif) no-repeat;*/
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	margin-left:-14px;
	text-decoration: none;
}

a.gallery:hover {
	background-position: 0px -25px;
	text-decoration: underline;
	color:#fff;
	background-color:#333333;
}

a.gallery#active_menu {
	/*color:#fff;
	font-weight: bold;
	background-position: 0px -25px;*/
	background-position: 0px -25px;
	text-decoration: underline;
	color:#fff;
	background-color:#000000;
}

a.gallery#active_menu:hover {
	background-position: 0px -25px;
	text-decoration: underline;
	color:#000000;
	background-color:#999999;
}