.menu {
font-family: Verdana; 
         font-size: 12px; color: #C6C5C5; text-decoration: none
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.link {
font-family: Verdana; 
         font-size: 10px; color: #5E5E5E; text-decoration: underline}
.txt {
font-family: Verdana; 
         font-size: 12px; color: #666666; text-decoration: none
}
.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
border: 1px solid #cccccc;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
border: 1px solid #FF00FF;
}
