DIV#divMenuBar {
	background-color: #FFF;
}
TABLE#tblMenuBar TD {
	font-size: 55%;
	color: #036;
	padding: 0 0 0 18px;
	cursor: bold;
}
	
/* These two style rules added for links in MenuBar */
TABLE#tblMenuBar TD.clsMenuBarItem A {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
TABLE#tblMenuBar TD.clsMenuBarItem A:hover {
	color: #903;
}

DIV.clsMenu {
	background-color: #036;
	position: absolute;
	visibility: hidden;
	padding: 3px;
	border-top: -2 white solid;
	height: 10px;
	font-size: 50%;
	width: 0px;
	left: 0;
	top: 0;
	clip: rect(   );
	border-style: outset;
	border-width: 1px;
}
DIV.clsMenu A {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	white-space: nowrap;
	line-height: 20px;
}
DIV.clsMenu A:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	white-space: nowrap;
	line-height: 20px;
}
DIV.clsMenu A:hover {
	color: #FFF;
	background-color: #66C;
	clip: rect(   );
	text-decoration: none;
	white-space: nowrap;
	margin: 0;
	width: 100%;
}
