#menu {
	width: 200px;
	margin-left: 8px;
	margin-top: 22px;
	margin-bottom: 26px;
	float: left;
	background-image: url(menu_images/mmenu_bkg.jpg);
	background-repeat: no-repeat;
	line-height: 200%;
	color: #996600;
	border: 1px solid #666;
}
#menu a:link {
	color: #fff;
	text-decoration: none;
}
#menu a:visited {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #00595d;
	text-decoration: underline;
	color: #ff9900;
}

#menu a:active {
	color: #00595d;
	text-decoration: underline;
}
#sub-menu {
	text-align: right;
	line-height: 160%;
}
#sub-menu a:link {
	color: #fff;
	text-decoration: none;
}
#sub-menu a:visited {
	color: #fff;
	text-decoration: none;
}
#sub-menu a:hover {
	color: #000;
	text-decoration: none;
}

#menubar-even {
	border-bottom: 1px solid #666;
	width: 200px;
}
#menubar-odd {
	border-bottom: 1px solid #666;
	width: 200px;
}
