
/* currently the styles in here are strictly for the navigation and hover link that we built to simulate the old java applets */

#nav { 
	list-style-type: none; 
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
	margin: 0px 0px 0px 2px; 
	padding: 0px; 
	text-align: left; 
	background-image: url(/navBall.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#nav li { 
	width: 131px; 
	background-color: #8B8B8B;
	margin: 10px 0px; 
	text-align: center; 
	font-weight: bold;
}

#nav li.smaller { 
	font-size: 9px; 
}

#nav li a { 
	display: block; 
	text-decoration: none; 
	color: #FFF; 
	line-height: 100%; 
	padding: 5px 3px; 
	border: 1px solid #8B8B8B; 
}

* html #nav li a {
	width: 100%;
}

#nav li a:hover { 
	color: #FFF; 
	font-weight: bold; 
	color: #FF0;
}

#nav li.alt { 
	background-color: transparent; 
}
			
#hoverLink { 
	display: block; 
	font-family: Georgia, sans-serif; 
	font-style: italic; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #92ACD4; 
	cursor: default; 
	text-align: right;
	margin-top: 20px;
}

* html #hoverLink {
	margin-top: 15px;
}
