span.rootMenuItem {
	width: 120px;
	padding: 3px;
	padding-left: 5px;
	margin-right: 30px;
	font: normal normal bold 14px verdana;
	color: #000000;
}

div.subMenu {
	border: 2px solid #dddddd;
	width: 150px;
	background-image: url('subMenu.jpg');
}

div.subMenuBase {
	width: 150px;
}

div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight {
	width:100%;
	font: normal normal normal 11px verdana;
	padding-left: 5px;
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	color: #000000;
}

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

div.subMenuItemHighlight {
	background-image: url('menuItemHighlight.gif');
}

div.subMenuItemLeaf {
	/*background-image: url('/gMenu/menuItemLeaf.gif');*/
}

div.subMenuItemLeafHighlight {
	background-image: url('menuItemLeafHighlight.gif');
}

a.subMenuItem, a.subMenuItem:visited, a.subMenuItem:link {
	text-decoration: none;
	color: #000000;
}

a.subMenuItem:hover {
	text-decoration: underline;
}
