#menu {
    background-image: url(images/ic_menu_trans.png);
//	background-repeat: no-repeat;
//	background-color: #000;
	border: 1px solid #7c643f;
}
#menu a:link {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	text-decoration: underline;
}
#menu a:visited {
	color: #fff;
	text-decoration: none;
}
#menu a:active {
	color: #fff;
	text-decoration: underline;
}

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

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