/* Defines the styles for the main (top) drop down menu */

#dd {
	margin:0px;
	padding:0px;
}
#dd li {
	margin: 0;
	text-transform:capitalize;
	list-style: none;
	float: left;
}
#dd li a.menu {
	display: block;
	text-align: center;
	padding-left:0px;
	padding-right:10px;
	color: #447799;
	text-decoration: none;
}
#dd li a.menu:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.submenu {
	width:auto;
	margin-left:0px;
	margin-top:7px;
	background: #447799;
	border: 1px solid #CC8866;
	visibility: hidden;
	position: absolute;
	z-index: 3;
}
.submenu a {
	display: block;
	text-align: left;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
.submenu a:hover {
	color: #DDBBAA;
	text-decoration:underline;
}