	#divnav {
		background: transparent url(images/bgMenu.jpg) no-repeat top left;
		margin: 0;
		padding: 0;
		height: 40px;
		width: 650px;
	}

	#navM {
		position: relative;
		top: -9px;
		height: 40px;
		width: 650px;
		
	}

	#navM li ul, #navM li ul {
		margin: 0;
		padding: 0;
		
	}

	#navM a {
		text-decoration: none;
	
		
	}

	#navM li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
		padding-right: 35px;
		
		
	}

	#navM li ul {
		display: none;
	}

	#navM li.off ul, #navM li.on ul  { /*put the subnavM below*/
		position: absolute;
		top: 25px;
		left: 0;
		padding-top: 5px;
	
		background: #224d6f;
		height: 20px;
		width: 610px;
		padding-left: 30px;
	}

	#navM li.on ul {
		background: #214c6e;
	}

	#navM li.on:hover ul, #navM li.over ul { /*for ie*/
		background: #224d6f;
	}

	#navM li a {
		color: #224d6f;
		
		display: block;
		width: auto;
		padding: 0;
		font-size: 12px;
		margin-right: 10px;
		font-family: 'Lato', sans-serif;
	}

	#navM li.on a {
		color: #fff;
		text-decoration: underline;
	}

	#navM li.on ul a, #navM li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color:#224d6f;
		width: auto;
		margin-right: 13px;
		text-decoration: none;
	}

	#navM li.on:hover ul a, #navM li.over ul li a { /*for ie - the specificity is necessary*/
		
	}

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

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

	#navM li.off a:hover, #navM li.on a:hover { 
		color: #fff;
	}

	/*do the image replacement*/

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

	#liRenaissance a, #liArtNouveau a, #liModern a, #liPostModern a, #liDigital a {
		display: block;
		position: relative;
		height: 26px;
		
	}

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

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

#liRenaissance #current {
	color: #fff;
	text-decoration: underline;
}

#liArtNouveau a {
	background-position: -102px 0;
}
#liArtNouveau #current {
	color: #fff;
	text-decoration: underline;
}

#liModern a {
	background-position: -204px 0;
}
#liModern #current {
	color: #fff;
	text-decoration: underline;
}

#liPostModern a {
	background-position: -306px 0;
}
#liPostModern #current {
	color: #fff;
	text-decoration: underline;
}

#liDigital a {
	background-position: -408px 0;
}
#liDigital #current {
	color: #fff;
	text-decoration: underline;
}

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

/*subnavM formatting*/

#navM li.off ul a, #navM li.on ul a {
	display: block;
	
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}		

#navM li.on ul a {
	
}
	