/* tabmenu css */
.htabs {
	background: #c9c9c9;
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 5px;
}
.htabs a {
	background: #c9c9c9;
	color: #252525;
	padding: 8px 10px 7px;
	float: left;
	font-family: "Calibri Bold";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	background: #ffffff;
	color: #961500 !important;
	/*padding: 7px 10px 8px;*/
}
.htabs a:hover {
	color: #252525;
	}

