td.menubar {
	height:28px;
	background-color:#A67B00;
	direction:rtl;
	vertical-align:middle;
	color: white;
}
table.menubar {
	height:100%;
	width:100%;
}
.menuItem {
	width:120px;
	vertical-align:middle;
	border:0px;
	border-left:1px solid white;
	height:100%;
	padding: 0px 15px 0px 15px;
}
.menuItem:hover, .subMenuItem:hover, .menuItemSelected {
	background:#5d5597;
	color:white;
}
.menuItem a {
	color: white;
}
.menuItem a:hover {
	background:#5d5597;
	color:white;
	text-decoration:underline;
}
.subMenu_wrap {
	position:absolute;
	background:#c0e5d0;
	color:black;
	padding:10px;
}
.subMenu_wrap a{
	color:black;
}
.subMenuItem {
	padding:2px;
}

#homeLink {
	background: url(img/home.gif) no-repeat;
	cursor:pointer;
	margin-left:10px;
	width:16px;
	height:16px;
}
#homeLink span {
	display:none;
}