<style>

#link{
    font-weight: bold; 
font-family: Arial; 
font-size: 40; 
color: #64C9FC;

}

td{
    font-weight: bold; 
font-family: Arial; 
font-size: 14; 
color: navy;

}
.sec {
    font-weight: bold; 
font-family: Arial; 
font-size: 14; 
color: #000000;

}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
    background-color:#B3D9EC;
}

#nav a {
white-space:nowrap; /* forces the text to stay to one line */
padding-left: 8px; /* some space either side */
padding-right: 8px;
	display: block;
	font-weight: bold; 
font-family: Arial; 
font-size: 13; 
color: #64C9FC;
    text-decoration:none;
}

#nav li {
	float: left;
	white-space:nowrap;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

</style>