span.rootMenuItem {
	width: 120px;
	padding: 3px 3px 3px 5px;
	margin-right: 30px;
	font: normal normal bold 14px verdana,sans-serif;
}

div.subMenu {
	width: 135px;
}

div.subMenuBase {
	width: 135px;
}

div.subMenuItem, 
div.subMenuItemHighlight, 
div.subMenuItemLeaf, 
div.subMenuItemLeafHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 18px;
	height: 21px;
	line-height: 21px;
	color: #d4d4d5;
	background-color: #48494d;
	border-bottom: 1px solid #5c5e5f;
	text-align: left;
	text-transform: uppercase;
}

div.subMenuItem {
	color: #d4d4d5;
}

div.subMenuItemHighlight {
	color: #ffa800;
}

div.subMenuItemLeaf {
}

div.subMenuItemLeafHighlight {
	color: #ffa800;
}

a.subMenuItem {
	color: #d4d4d5;
}

a.subMenuItem:hover {
	color: white;
	background-color: inherit;
}

div.menuBottom {
	height: 5px;
	background-image: url(images/menu_bottom.gif);
	background-repeat: no-repeat;
}


