a:hover {
	text-decoration: underline;
	color: #0000FF;
	font-weight: bold;
	border: none;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}
		
	#menu {
	margin: 0px;
	padding: 0px;
  	}
	
	#menu li {
	list-style-type:none;
	padding: 5px;
  	}
	
	#menu a, #menu a:visited {
	position:relative;
	display:block;
	width:115px;
	text-decoration:none;
	text-indent: 0px;
	white-space: nowrap;
	margin: 0px;
	font-weight: bold;
	color: #000080;
	padding: 5px;
	border: none;
  	}
	
	#menu a span {
	display:none;
  	}

	#menu a:hover {
	color:#FFFF00;
	background-color: #0066FF;
	font-weight: bold;
	}
	
	#menu a:hover span {
	display:block;
	text-align:left;
	position:absolute;
	left:12em; /*changed from 10.5 em to 12em*/
	padding:0.5em;
	width:24em;
	background-color:#eee;
	color:#000000;
	border:1px solid #808;
	overflow: visible;
	white-space: pre;
  	}
	
	#menu a:hover span:first-line {
  		font-weight:bold; 
		width:24em;
		font-size:1.2em;
  		color:#FFFF00;
		float: left;
  	}
	
	#menu img {
  		border:1px solid #000; 
  		float:left; 
  		margin:0.25em 1em 0.5em;
  	}

#nav {
	position: absolute;
	width: 250px;
	left: 5px;
	top: 101px;
	float: none;
}
#nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#nav li {
	padding: 3px;
	margin-bottom: 4px;
	list-style-type: none;
	border: 1px solid #efefef;
}

#nav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

#nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

/*  STYLES FOR TEXT FIELDS AND TEXT AREAS */
.mediumbox {
	width: 200px;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 2px;
}
.smallbox {
	width: 100px;
	font-size: x-small;
	vertical-align: middle;
	height: 20px;
	border-bottom-width: 2pt;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-indent: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
