#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #BBBBBB;
}

#nav a:hover {
	color: #FFFFFF;
}

#nav h3 {
	display: block;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	width: 6em;
	position: absolute;
	background: #777777;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

#nav li, a, h3 {
	background-position: center top;
	background-repeat: no-repeat;
}

#nav a.dash {
	background-image: url(../img/buttons/dash.gif);
}

#nav a.rotterdam {
	background-image: url(../img/buttons_general/rotterdam.gif);
}

#nav a.rotterdam:hover, a.rotterdam.hover {
	background-image: url(../img/buttons_general/rotterdams.gif);
}

#nav a.geneva {
	background-image: url(../img/buttons_general/geneva.gif);
}

#nav a.geneva:hover, a.geneva.hover {
	background-image: url(../img/buttons_general/genevas.gif);
}

#nav a.bermuda {
	background-image: url(../img/buttons_general/bermuda.gif);
}

#nav a.bermuda:hover, a.bermuda.hover {
	background-image: url(../img/buttons_general/bermudas.gif);
}