span.rootMenuItem {
	width: 120px;
	padding: 3px 3px 3px 5px;
	margin-right: 30px;
	border-bottom: 1px solid #ccc;
}

div.subMenu {
	width: 165px;
}

div.subMenuBase {
	width: 120px;
}

div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight 
{
	display: block;
	height: 17px;
	padding: 8px 6px 4px 30px;
	margin: 0px 0px 0px 0px;
	line-height: 120%;
	background: #ffffea url(../files/green-dot-nav.gif) no-repeat 10px 10px;
	color: #414141;
	border-bottom: 1px solid #dcdcdc;
}

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

div.subMenuItemHighlight {
	background-image: url('menuItem.gif');
	background: #FF9148;
	color: white;	
}

div.subMenuItemLeaf {
}

div.subMenuItemLeafHighlight {
	background-color: #fbf0b0;
	color: #f33;
	font-weight: bold;
	padding: 8px 6px 4px 45px;
	background: #fbf0b0 url(../files/green-dot-nav.gif) no-repeat 25px 10px;
}

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;
}

div.rootMenu1, div.rootMenu1Highlight, div.rootMenu2, div.rootMenu2Highlight
{
	display: block;
	height: 17px;
	padding: 8px 6px 4px 30px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: normal;
	color: #878787;
	background: #fefed2 url(../files/red-dot-nav.gif) no-repeat 10px 10px;
	border-bottom: 1px solid #dcdcdc;
	cursor: default;
}
div.rootMenu1Highlight, div.rootMenu2Highlight
{
	font-weight: bold;
	padding: 8px 6px 4px 45px;
	background: #fbf0b0 url(../files/red-dot-nav.gif) no-repeat 25px 10px;
	color: #ff3333;
	
}