span.rootMenuItem {
	width: 150px;
	padding: 3px 10px 3px 5px;
	margin-right: 30px;
	font: normal normal bold 14px verdana,sans-serif;
}

div.subMenu {
	width: 150px;
}

div.subMenuBase {
	width: 150px;
}

div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	padding-left: 5px;
	padding-top: 10px;
	background-repeat: no-repeat;
	/*height: 25px;*/
	line-height: 15px;
	background-image:url("../Dec2009Site/images/menu-background.jpg");
	background-repeat:repeat-y;
	color: #E8C74B;
}

div.subMenuItem {
	background-image:url("../Dec2009Site/images/menu-background.jpg");
	background-repeat:repeat-y;
}

div.subMenuItemHighlight {
	background-image:url("../Dec2009Site/images/menu-background.jpg");
	background-repeat:repeat-y;
	background-color: #FF0000;
	color: #FF0000;
	font-weight: bold;
}

div.subMenuItemLeaf {
}

div.subMenuItemLeafHighlight {
	background-color: #65627F;
	color: #FF0000
	;
	font-weight: bold;
}

a.subMenuItem {
	text-decoration: none;
}

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

div.menuBottom {
	height: 5px;
	background-image:url("../Dec2009Site/images/menu-background.jpg");
	background-repeat:repeat-y;
}


