/***** NavBar Styles *****/

	#tblNavBar {
		font-family:Tahoma, MS Sans Serif, Arial, Geneva, Helvetica; font-size:15pt;
		background-color:yellow; color:black;
		cursor:default;
	}
	#tblNavBar TD {
		text-align:center;
		padding:2px; padding-top:4px;
	}
	#tblNavBar TD.clsSBNLogo {
		padding:0px;
	}
	#tblNavBar TD.clsNavBarItem {
		color:Black; cursor:hand;
	}
	#tblNavBar TD.clsNavBarItemOver {
		color:#99CCFF; cursor:hand;
	}
	#tblNavBar TD.clsNavBarItemShown {
		color:#CCCCCC; cursor:hand;
	}
	#tblNavBar TD.clsNavBarItem IMG,
	#tblNavBar TD.clsNavBarItemOver IMG,
	#tblNavBar TD.clsNavBarItemShown IMG,  {
		position:relative; top:5px;
	}
/*
	#tblNavBar TD DIV {
		font-family:webdings; font-size:12pt; line-height:7pt;
		color:red; padding-top:1px;
*/
	}

	/***** Menu Styles *****/

	#divMenu1 { width:120pt; left:10px; }
	#divMenu2 { width:130pt; left:79px; }
	#divMenu3 { width:150pt; left:187px; }
	#divMenu4 { width:220pt; left:311px; }
	#divMenu5 { width:80pt; left:311px; }
	#divMenu6 { width:110pt; left: 410px; }

	.clsMenu {
		font-family:Tahoma, MS Sans Serif, Arial, Geneva, Helvetica; font-size:12pt;
		line-height:8pt; cursor:default;
		color:black; background-color:#ffffff;
		padding:1px; text-align:left;
		position:absolute; top:78px; visibility:hidden; overflow:hidden;
		border-style:outset; border-color: white silver silver white; border-width:2;
	}
	.clsMenu DIV {
		width:100%; padding:3px; padding-left:5px;
	}
	.clsMenu DIV.clsMenuItemOver {
		color:white; background-color:#003399;
	}

