metalmenu {
	font-family: verdana,sans-serif,arial 
	font-size: 18px; 
	text-align: center;
	color: black; 
	font-weight: bold; 
	opacity: 1; 
	width: 100;
	height: 30;
	text-shadow: rgb(34, 102, 136) 0px 0px 3px; 
	text-decoration: none;
	}
	
metalmenu:hover {
	font-family: verdana,sans-serif,arial 
	font-size: 18px; 
	color: red;
	text-align: center;
	width: 100;
	height: 30; 
	font-weight: bold; 
	opacity: .85; 
	text-shadow: rgb(34, 102, 136) 0px 0px 3px; 
	text-decoration: none;
	}

news {
	font-family: verdana,sans-serif,arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: white;
	text-decoration: none;
	text-align: right;
	background-color: #7072a1;
	}
	
news:hover {
	font-family: verdana,sans-serif,arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;	
	color: white;
	text-align: right;	
	text-decoration: none;
	background-color: #7ca4b3;
	}

press {
	font-family: sans-serif,arial;
	font-size: 12px;
	color: black;
	text-align: right;
	background-color: white;
	}

champs {
	font-family: arial,sans-serif,verdana; 
	font-size: 14px; 
	text-align: center;
	color: black; 
	font-weight: bold; 
	opacity: .6; 
	width: 140;
	height: 30;
	text-shadow: rgb(34, 102, 136) 0px 0px 3px; 
	text-decoration: none;
	}	
	
champs:hover {
	font-family: arial,sans-serif,verdana; 
	font-size: 14px; 
	text-align: center;
	color: ; 
	font-weight: bold; 
	opacity: 1; 
	width: 140;
	height: 30;
	text-shadow: rgb(34, 102, 136) 0px 0px 3px; 
	text-decoration: none;
	}	
titlethingy {
	font-family: arial,sans-serif,verdana; 
	font-size: 10px; 
	text-align: center;
	color: white; 
	font-weight: bold; 
	opacity: 1; 
	width: 140;
	height: 30;
	text-shadow: rgb(34, 102, 136) 0px 0px 3px; 
	text-decoration: none;
	}	

thisthead {
	font-family: arial,sans-serif,verdana; 
	font-size: 14px; 
	text-align: center;
	color: red; 
	font-weight: bold; 
	opacity: .9; 
	width: 140;
	height: 30;
	text-shadow: rgb(34, 102, 136) 0px 0px 3px; 
	text-decoration: none;
	}	

thistbody {
	font-family: arial,sans-serif,verdana; 
	font-size: 12px; 
	text-align: center;
	color: white; 
	font-weight: bold; 
	opacity: .7; 
	width: 140;
	height: 30;
	text-shadow: rgb(34, 102, 136) 0px 0px 3px; 
	text-decoration: none;
	}	

thistchamp {
	font-family: arial,sans-serif,verdana; 
	font-size: 13px; 
	text-align: center;
	color: white; 
	font-weight: bold; 
	opacity: .9; 
	width: 140;
	height: 30;
	text-shadow: rgb(34, 102, 136) 0px 0px 3px; 
	text-decoration: none;
	}	


.highlightit img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.highlightit:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}