span.rootMenuItem {
	width: 100px;
	padding: 3px 3px 3px 5px;
	margin-right: 30px;
	font: normal normal bold 14px verdana,sans-serif;
}

div.subMenu {
	width: 280px;
}

div.subMenuBase {
	width: 210px;
}

div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight {
	font: Trebuchet MS;
	padding-left: 5px;
	background-repeat: no-repeat;
	height: 19px;
	line-height: 19px;
	background-color: #e2e2e2;
	color: black;
	border-top: 1px solid #002363;
	border-left: 1px solid #002363;
	border-right: 1px solid #002363;
}

div.subMenuItem {
	/* background-image: url('images/menuItem.gif'); */
}

div.subMenuItemHighlight {
	/* background-image: url('images/menuItem.gif'); */
	background-color: #0A246A;
	color: white;
	font-weight: normal;
}

div.subMenuItemLeaf {
}

div.subMenuItemLeafHighlight {
	background-color: #0A246A;
	color: white;
	font-weight: normal;
}

a.subMenuItem {
	text-decoration: none;
}

a.subMenuItem:hover {
	color: white;
	background-color: inherit;
}

div.menuBottom {
	line-height: 1px;
	font-size: 1px;
	height: 1px;
   background-color: #002363;
}