@charset "UTF-8";
.tabBOX1 {
	float: left;
	height: 515px;
	width: 182px;
}
.tabELEMENT {
	id:"tabelement";
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 52px;
	font-weight: bold;
	color: #666666;
	background-image: url(../images/Tab_element_up.png);
	
	
	
	background-repeat: no-repeat;
	text-align: center;
	height: 55px;
	width: 182px;
	background-position: 0px 1px;
	margin-top: 13px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tabELEMENT:hover {
	color: #c32e1f;
	background-image: url(../images/Tab_element_down.png);
	
	
	
	}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #ee3224;
	text-decoration: none;
}
a:active {
	color: ee3224;
	text-decoration: none;
}

