/* Navigation and Drop Down Menu */

#nav{height: 37px;margin: 0;}

img.nav{/*width: auto;*/height: 37px;}

.menu
{
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	line-height: 10px;
	z-index: 100;
	background-color: white;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #0066cc;
	background: #cde7fa;
}

.menu a
{
	width: 185px;
	display: block;
	border-bottom: 1px solid #fff;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 5px;
	line-height: 15px;
	color: #0066cc;
}

.menu a.last{border-bottom: 0px;}
.menu a:hover{/*background: #ddd;*/color: #0066cc;text-decoration: none;}
.menu a:link { text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:active {text-decoration: none;}
