span.rootMenuItem {
	width: 80px;
	padding: 3px 3px 3px 5px;
	margin-right: 30px;
	font: normal normal bold 14px verdana;
}

div.subMenu {
	width: 150px;
}

div.subMenuBase {
	width: 80px;
}

div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight {
	font: normal normal normal 11px verdana;
	padding-left: 5px;
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	background-color: #846e63;
	color: inherit;
	border-top: 1px solid #31140C;
	border-left: 1px solid #31140C;
	border-right: 1px solid #31140C;
}

div.subMenuItem {
	background-image: url('menuItem.gif');
}

div.subMenuItemHighlight {
	background-image: url('menuItem.gif');
	background-color: #846e63;
	color: white;
	font-weight: bold;
}

div.subMenuItemLeaf {
}

div.subMenuItemLeafHighlight {
	background-color: #846e63;
	color: white;
	font-weight: bold;
}

a.subMenuItem {
	text-decoration: none;
}

a.subMenuItem:hover {
	color: #846e63;
	background-color: inherit;
}

div.menuBottom {
	height: 5px;
	
	background-repeat: no-repeat;
}

