/*  These are the styles for the HTML/CSS dropdowns in
the subsections of the EKB site.
Author: Christian MacAuley, Unison
Date: December 18, 2006 
*/
.dropdown {
	position:absolute;
	visibility: hidden;
	font:normal 11px Arial;
	line-height: 18px;
	z-index: 100;
	background-color: #FF0000;
	width: 150px;
	color: white;
}
.dropdown a, .dropdown a:visited {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	color: white;
}
.dropdown a:hover, .dropdown a:visited:hover { 
	background-color: #9C0B17;
	color: white;
}

