
.menu a{
 display:block;
 text-decoration: none;
 
 }
 .menu a:link{
   text-decoration: none;
	text-decoration: none;
	color: #FFFFFF;
}
 .menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

 .menu a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
.menu a:hover{
   	background: #FFFFFF;
	color: #000000;

}


.textdisplay
{
  	font-family: Tahoma;
	font-size: small;
	color: #000000;
    background-color:#cccccc;

}
.TextDisplayHeading
{
    font-family: Tahoma;
	font-weight:bold;
	font-size: medium;
	color: #FF0000;
	background-color:#FFFFFF;
	
	
}
.styletopbg1
{
 background-image:url(ImageFTV/ftv_bckgrnd_tophalf.jpg);
   background-repeat:no-repeat;
}
.advlink{
	color: #6600FF;
	background-color:#999999;
	
}
#menutab1 hover {
	background: #FFFFFF;
	color: #110404;
}
/*

Note how we use the <span> to define the context.
This is smart for two reasons:

a:link, a:visited, a:active { text-decoration: none;color: #BFD6E3; }
a:link, a:active { text-decoration: none;color: #BFD6E3; }
.menu .active a{
	background: url(imageftv/or.jpg) repeat-y left top;
}
.menu a:hover{
	background: #FFFFFF;
	color: #110404;
}
background: #FFFFFF; color: #110404;*/

/*
a:visited {COLOR: #FF7A09; text-decoration: none;}
#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #110404;
}
*/

