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

div.subMenu {
	width: 150px;
}

div.subMenuBase {
	width: 100px;
}

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: white;
	color: inherit;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

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

div.subMenuItemHighlight {
	background-image: url('/common/gMenu/menuItem.gif');
	background-color: #77DD6F;
	color: white;
	font-weight: bold;
}

div.subMenuItemLeaf {
}

div.subMenuItemLeafHighlight {
	background-color: #999900;
	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('/common/gMenu/menuBottom.gif');
	background-repeat: no-repeat;
}

