.subMenu, .subMenuBase {position: absolute; top: 0px; left: 0px; visibility: hidden;}


	div.rootMenu1, div.rootMenu1Highlight {
		background-image:url('images/white.gif');
		background-repeat:no-repeat;
		width:81px;
		height:28px;
		position:relative;
		top: 4px;
		left: 50px;
	}

	div.rootMenu1Highlight {
		background-image:url('images/white.gif');
		cursor: pointer;
	}

	div.rootMenu2, div.rootMenu2Highlight {
		background-image:url('images/white.gif');
		background-repeat:no-repeat;
		width:87px;
		height:26px;
		position:relative;
		top: -24px;
		left: 190px;
	}

	div.rootMenu2Highlight {
		background-image:url('images/white.gif');
		cursor: pointer;
	}

	div.rootMenu3, div.rootMenu3Highlight {
		background-image:url('images/white.gif');
		background-repeat:no-repeat;
		width:100px;
		height:26px;
		position:relative;
		top:-49px;
		left:345px;
	}

	div.rootMenu3Highlight {
		background-image:url('images/white.gif');
		cursor: pointer;
	}
	
	div.rootMenu4, div.rootMenu4Highlight {
		background-image:url('images/white.gif');
		background-repeat:no-repeat;
		width:80px;
		height:26px;
		position:relative;
		top:-75px;
		left:515px;
	}

	div.rootMenu4Highlight {
		background-image:url('images/white.gif');
		cursor: pointer;
	}
	
	div.rootMenu5, div.rootMenu5Highlight {
		background-image:url('images/white.gif');
		background-repeat:no-repeat;
		width:50px;
		height:26px;
		position:relative;
		top:-101;
		left:660px;
	}

	div.rootMenu5Highlight {
		background-image:url('images/white.gif');
		cursor: pointer;
	}	
	div.rootMenu6, div.rootMenu6Highlight {
		background-image:url('images/white.gif');
		background-repeat:no-repeat;
		width:50px;
		height:26px;
		position:relative;
		top:-101;
		left:660px;
	}

	div.rootMenu6Highlight {
		background-image:url('images/white.gif');
		cursor: pointer;
	}	
	div.rootMenu7, div.rootMenu7Highlight {
		background-image:url('images/white.gif');
		background-repeat:no-repeat;
		width:50px;
		height:26px;
		position:relative;
		top:-101;
		left:660px;
	}

	div.rootMenu7Highlight {
		background-image:url('images/white.gif');
		cursor: pointer;
	}	
	div.rootMenu8, div.rootMenu8Highlight {
		background-image:url('images/white.gif');
		background-repeat:no-repeat;
		width:50px;
		height:26px;
		position:relative;
		top:-101;
		left:660px;
	}

	div.rootMenu8Highlight {
		background-image:url('images/white.gif');
		cursor: pointer;
	}	
	u
span.rootMenuItem {
	width: 120px;
	padding: 3px;
	padding-left: 5px;
	margin-right: 30px;
	font: normal normal bold 14px verdana;
	color: blue;
}

div.subMenu {
	border: 0px solid #dddddd;
	width: 150px;
	background-image: url('/images/subMenu.jpg');
	background-repeat: no-repeat;
}

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

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

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

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

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

a.subMenuItem {
	text-decoration: none;
	color: #030369;
}

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