table.menutable {
    table-layout:fixed;
		background: transparent;
		margin: 0;
		padding: 0;
		height: 25px;
		width: 950px;
		text-align: center;
		font-size: 12px;
  	font-weight:bold;
  }

table.menutable td {
		vertical-align: middle;
	}

table.menutable td:hover {
		background: #224d6f;
	}

table.subtable {
    table-layout:fixed;
		background: transparent;
		margin: 0;
		padding: 0;
		height: 30px;
		width: 950px;
		text-align: center;
  }

table.subtable td {
		vertical-align: middle;
	}

table.subtable td:hover {
		background: #CC0000;
	}

table.infotable {
    table-layout:fixed;
		background: transparent;
		margin: 0;
		padding: 0;
		height: 30px;
		width: 950px;
  }

table.infotable td {
		vertical-align: middle;
	}

table.subtable2 {
    table-layout:fixed;
		background: transparent;
		margin: 0;
		padding: 0;
		height: 30px;
		width: 97%;
		text-align: center;
  }

table.subtable2 th {
		vertical-align: top;
		text-align: center;
		background: #F5183F;
		color: #FFFFFF;
    border-bottom:1px solid #190066;
    border-right:1px dotted #999999;
	}

table.subtable2 td {
		vertical-align: top;
    border-right:1px dotted #999999;
	}

table.subtable2 td:hover {
/*		background: #224d6f;*/
	}

a.firstlevel {
		color: #666;
  	font-family: arial, verdana, sans-serif;
		/*font-weight: bold;*/
		width: 120px;
		padding: 0;
		text-decoration: none;
		text-align: center;
	}

a.firstlevel:hover {
		color: #FF0000;
	}

a.sublevel {
    color: #000000;
		display: block;
		width: 100%;
		padding: 0;
		text-decoration: none;
		text-align: center;
	}

a.sublevel:hover {
		text-decoration: none;
		font-weight: bold;
		color: #FFFFFF;
	}

	#nav li.on ul a, #nav li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #FF0000;
		width: auto;
		margin-right: 15px;
	}

	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		background: #224d6f;
	}

	#nav li.on ul {
		display: block;
	}

	#nav li.off:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}

	#nav li.off a:hover, #nav li.on a:hover { 
		color: #FF0000;
	}

	/*do the image replacement*/

	#nav li span {
		position: absolute;
		left: -9384px;
	}

	#liRenaissance a, #liArtNouveau a, #liModern a, #liPostModern a, #liDigital a {
		display: block;
		position: relative;
		height: 26px;
		background: url(bk-dropdownMap.gif) no-repeat; /*contains all hover states*/
	}

/*first, put the initial states in place*/

#liRenaissance a {
	background-position: 0 0;
}

#liArtNouveau a {
	background-position: -102px 0;
}

#liModern a {
	background-position: -204px 0;
}

#liPostModern a {
	background-position: -306px 0;
}

#liDigital a {
	background-position: -408px 0;
}

/*active area - for this demo - the code could be based on a body class, and probably work better.*/

 #liModern.on a {
 	background-position: -204px -37px;
 } /*add selectors for the other li's and background-positions*/

/*hover states*/

#liRenaissance a:hover, #liRenaissance:hover a, #liRenaissance.over a {
	background-position: 0 -73px;
}

#liArtNouveau a:hover, #liArtNouveau:hover a, #liArtNouveau.over a {
	background-position: -102px -73px;
}

#liModern a:hover, #liModern:hover a, #liModern.over a {
	background-position: -204px -73px;
}

#liPostModern a:hover, #liPostModern:hover a, #liPostModern.over a {
	background-position: -306px -73px;
}

#liDigital a:hover, #liDigital:hover a, #liDigital.over a {
	background-position: -408px -73px;
}

/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	display: block;
	background: #224d6f;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: small;
}		

#nav li.on ul a {
	background: #224d6f;
}
	


