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

div.subMenu {
	width:250;
}

div.subMenuBase {
	width: 180px;
}

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

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

div.subMenuItemHighlight {
	/*background-image: url('menu_items/menuItem.gif');*/
	background-color: #666666;
	color: white;
	font-weight: bold;
}

div.subMenuItemLeaf {
}

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

