#menu {
	background-repeat: no-repeat;
	background-color: #000;
	border-right: 1px solid #778877;
}
#menu a:link {
	color: #999;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	text-decoration: underline;
}
#menu a:visited {
	color: #999;
	text-decoration: none;
}
#menu a:active {
	color: #999;
	text-decoration: none;
}

#sub-menu {
    font-size: .8em;
	background-color: #fff;
	text-align: right;
	line-height: 160%;
}
#sub-menu a:link {
	color: #999;
	text-decoration: none;
}
#sub-menu a:visited {
	color: #999;
	text-decoration: none;
}
#sub-menu a:hover {
	color: #000;
	text-decoration: none;
}

#menubar-even {
	width: 100%;
	background-color: #334433;
	margin-top: 2px;
	margin-bottom: 2px;
}
#menubar-odd {
	width: 100%;
	background-color: #334433;
	margin-top: 2px;
	margin-bottom: 2px;
}
