a:link {color: #00853e; text-decoration: underline; }
a:active {color: #00853e; text-decoration: underline; }
a:visited {color: #00853e; text-decoration: underline; }
a:hover {color: #00853e; text-decoration: none; }

span.rootMenuItem {
	width: 120px;
	padding: 0px 0px 0px 0px;
	margin-right: 30px;
	font: normal normal bold 14px verdana,sans-serif;
}

div.subMenu {
	width: 180px;
}

div.subMenuBase {
	width: 150px;
}

div.productListHeading {
color: #00853e;}


div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight {
	font: normal normal normal 11px verdana,sans-serif;
	padding-left: 5px;
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	background-color: #E6EFBB;
	color: #00853e;
	font-weight: bold;
	border-top: 1px solid #F6F9EF;
	border-left: 1px solid #F5ECEF;
	border-right: 1px solid #F5ECEF;
}

div.subMenuItem {
	background-image: url('./menuItem.gif');
}

div.subMenuItemHighlight {
	background-image: url('./menuItem.gif');
	background-color: #00853e;
	color: white;
	font-weight: bold;
}

div.subMenuItemLeaf {
}

div.subMenuItemLeafHighlight {
	background-color:  #00853e;
	color: white;
	font-weight: bold;
}

a.subMenuItem {
	text-decoration: none;
}

a.subMenuItem:hover {
	color: white;
	background-color: inherit;
}

div.menuBottom {
	height: 5px;
	background-image: url('./menuBottom.gif');
	background-repeat: no-repeat;
}

