#navigation {
	background-color: black;
	color: white;
	/*height: 30px;*/
	line-height: 28px; /* 2 pixels less to account for the borders around LI */
	/*width: 1000px;*/
}

#navigation a {
	background-color: black;
	color: white;
}

.menu .selected {
	background-color: #c9db2c;
	color: black;
}

.menu > li {
	border-right: 1px solid white;
	width: 140px;
}

li:hover > .submenu {
	position: absolute; left: 0; top: 28px;
	display: block;
	width: 140px;
}

.submenu {
	display: none;
	background-color: white;
}

.submenu li {
	margin-top: 1px;
	list-style-type: none;
	/*background-color: black;*/
}

.submenu a, .submenu .selected {
	/*background-color: black;*/
	padding-left: 1em;
	text-align: left;
}

.menu a {
	/*background-color: black;*/
	text-decoration: none;
}

#navigation a:hover {
	background-color: silver;
	color: black;
}
