ul#mainMenu {
	position: relative;
	top: 0;
	left: 325px;
	width: 575px;
	height: 150px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

	ul#mainMenu li {
		display: inline;
	}
	
		ul#mainMenu li#navHome a, ul#mainMenu li#navServices a, ul#mainMenu li#navPortfolio a, ul#mainMenu li#navResources a, ul#mainMenu li#navCompany a {
			background-image:url(/img/menu2a.jpg);
			background-repeat:no-repeat;
			width:75px;
			height:150px;
			float:left;
			overflow: hidden;
		}

		ul#mainMenu li#navBlog a {
			background-image:url(/img/menu2b.jpg);
			background-repeat:no-repeat;
			width:200px;
			height:150px;
			float:left;
			overflow: hidden;
		}

		ul#mainMenu li#navHome a:hover {
			background-position:0 -300px;
		} 
		
		ul#mainMenu li#navServices a:hover {
			background-position:-75px -300px;
		}
		
		ul#mainMenu li#navPortfolio a:hover {
			background-position:-150px -300px;
		}
		
		ul#mainMenu li#navResources a:hover {
			background-position:-225px -300px;
		}
		
		ul#mainMenu li#navCompany a:hover {
			background-position:-300px -300px;
		}
		
		ul#mainMenu li#navBlog a:hover {
			background-position:0 -300px;
		}

		ul#mainMenu li#navHome a {
			background-position:0px 0px;
		} 
		
		ul#mainMenu li#navServices a {
			background-position:-75px 0px;
		}
		
		ul#mainMenu li#navPortfolio a {
			background-position:-150px 0px;
		}
		
		ul#mainMenu li#navResources a {
			background-position:-225px 0px;
		}
		
		ul#mainMenu li#navCompany a {
			background-position:-300px 0px;
		}
		

		#home ul#mainMenu li#navHome a {
			background-position: 0 -150px;
		}
		#services ul#mainMenu li#navServices a {
			background-position: -75px -150px;
		}
		#portfolio ul#mainMenu li#navPortfolio a {
			background-position: -150px -150px;
		}
		#resources ul#mainMenu li#navResources a {
			background-position: -225px -150px;
		}
		#company ul#mainMenu li#navCompany a {
			background-position: -300px -150px;
		}
		#blog ul#mainMenu li#navBlog a {
			background-position: 0 -150px;
		}
		
ul#subMenu 
{
	list-style-type: none;
	margin-left: 0;
	padding: 10px 0;
	}

ul#tertiary 
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 9px;
	}

ul#subMenu li {
	line-height: 14px;
	padding: 6px 0 6px 10px;
	color: #777;
	background: url(/img/bullet.png) 0 9px no-repeat;
	}

ul#subMenu li a {
	color: #aaa;
	text-decoration: none;
}
	
ul#subMenu a:hover {
		color: #777;
		}

/* ------------------------------- Submenu instances ------------------------------- */
/* Use these to set the "selected" state for submenus by specifying the class in the <div id="bottomLeft"> on the page that the submenu is being called from. The class should equal li name for the selected state to be set */


/* Services */		
#bottomLeft.training li#training a, #bottomLeft.messaging li#messaging a,  #bottomLeft.design li#design a,  #bottomLeft.seminars li#seminars a
	 {
		color: #ddd;
		}

/* Resources */		
#bottomLeft.articles li#articles a, #bottomLeft.digitalCoach li#digitalCoach a,  #bottomLeft.newsletters li#newsletters a,  #bottomLeft.webResources li#webResources a,  #bottomLeft.partners li#partners a
	 {
		color: #ddd;
	}
		
/* Company */		
#bottomLeft.about li#about a, #bottomLeft.bios li#bios a,  #bottomLeft.clients li#clients a,  #bottomLeft.contact li#contact a,  #bottomLeft.difference li#difference a, #bottomLeft.factsheet li#factsheet a
	 {
		color: #ddd;
		}
		
/* Events */
#bottomLeft.third li#third a,  #bottomLeft.second li#second a, #bottomLeft.first li#first a
	 {
		color: #ddd;
		}
		
#bottomLeft ul#tertiary	
{
	visibility: hidden;
	height: 0px;
	list-style-type: none;
	margin-left: 8px;
}

#bottomLeft ul#tertiary	li
{
	color: #777;
}
	
#bottomLeft.training li#training
{
		color: #ddd;
		background: url(/img/bullet-down.png) 0 9px no-repeat;

}
	
#bottomLeft.training ul#tertiary.training
{
	visibility: visible;
	height: auto;
}
	
#bottom.coaching #coaching a,  #bottom.consultative #consultative a, #bottom.foundational #foundational a,  #bottom.customizable #customizable a, #bottom.rfpcoaching #rfpcoaching a, #bottom.postTraining #postTraining a, #bottom.adaptive #adaptive a
{
		color: #ddd;
}
	

