/*css styles for the new duck menu
created 06.21.06
*/
#nav {
	background-color:#FFCC00;
	color: #170992;
	border: thin solid #0000CC;
	font-weight: bold;
}#nav a {
	text-decoration: none;
	color: #0000CC;
}
#nav a:hover {
	color:#000;
}
#jobtitle {
	font-weight: bold;
	color: #0000CC;
}
#smallnav a {
	font-size:10px;
	text-decoration: none;
	color: #0000CC;
}
#smallnav a:hover {
	color:#000;
}
#sponsorheading{
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-decoration: underline;
}
img {
	border: 1px solid #CCCCCC;
}
