.t1{ color: #ffffff}
.t1:hover {color: #c0c0c0}

.t2{color: #666666}
.t2:hover {color: #EA1F24}

.navcellOff { BACKGROUND-COLOR: #7995DF;} 
.navcellOn { BACKGROUND-COLOR: #476AC4;} 

.menu {position: absolute; top: -1000; left: -1000}

#dropmenudiv{
position:absolute;
border:1px solid #c0c0c0;
border-bottom-width: 0;
font:normal 12px Century Gothic;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
font-family: Century Gothic;
font-size: 10pt; 
width: 100%;
display: block;
text-indent: 9px;
border-bottom: 1px solid #c0c0c0;
padding: 1px 0;
text-decoration: none;
background-color: #efefef;
color: #666666;
}

#dropmenudiv a:hover{ /*hover background color*/
font-family: Century Gothic;
font-size: 10pt; 
background-color: #efefef;
color: #EA1F24;
}

