/* Navigation and Drop Down Menu */

#nav{width: 960px;height: 34px;margin: 0 0 5px 0;}

img.nav{width: 120px;height: 34px;}

.menu
{
	position: absolute;
	visibility: hidden;
	border: 1px solid #999;
	border-top: 0px;
	line-height: 10px;
	z-index: 100;
	background-color: white;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
}

.menu a
{
	width: 185px;
	display: block;
	border-bottom: 1px solid Gray;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 15px;
}

.menu a.last{border-bottom: 0px solid #999;}
.menu a:hover{background: #ddd;color: #990033;text-decoration: none;}
.menu a:link { text-decoration: none; }
.menu a:visited { text-decoration: none; }
.menu a:active { text-decoration: none; }
