.menu a {
	color: #ffffff;
	text-decoration: none;
}
.menu-item {
	padding: 5px 15px;
	color: #ffffff;
	cursor: pointer;
	background-color: #057ac9;
}
.menu-item-over {
	padding: 5px 15px;
	color: #000000;
	cursor: pointer;
}
.menu-home {
	border-left: 1px solid #ffffff;
	border-top: 4px solid #ffffff;
}
.menu-islands {
	border-left: 1px solid #1994d8;
	border-right: 1px solid #1994d8;
	border-top: 4px solid #1994d8;
}
.menu-maps {
	border-right: 1px solid #fdcd00;
	border-top: 4px solid #fdcd00;
}
.menu-credits {
	border-right: 1px solid #659934;
	border-top: 4px solid #659934;
}
.menu-links {
	border-right: 1px solid #9799c9;
	border-top: 4px solid #9799c9;
}
.menu-subislandtop {
	border-left: 1px solid #1994d8;
	border-right: 1px solid #1994d8;
	width: 146px;
	height: 8px;
}
.subisland-menu-item, .subisland-menu-item-over {
	padding: 0px;
}
.subisland-menu-item {
	background-color: #0695e4;
}
.subisland-menu-item-over {
	background-color: #1cabf9;
}
.subisland-menu-item .item-top {
	padding: 3px 7px;
	border-left: 1px solid #1994d8;
	border-top: 1px solid #1994d8;
}
.subisland-menu-item-over .item-top {
	padding: 3px 7px;
	border-left: 1px solid #1994d8;
	border-top: 1px solid #1994d8;
}
.subisland-menu-item .item-bottom {
	height: 2px;
	border-left: 1px solid #1994d8;
}
.subisland-menu-item-over .item-bottom {
	border-left: 1px solid #1994d8;
	height: 2px;
	background-color: #1994d8;
}

