

/*
----------------------------------------------------------------------------- 
Layout
-----------------------------------------------------------------------------*/

	
#secondaryNav {
	float:right; /* temp */
	}

#containerMainMenu {
	margin:0px;
	width:780px;
}

#mainMenu {
	position:relative;
	left:0;
	margin:0;
	}
	

	
/* Global Navigation
-------------------------------------------------------------------*/


#global_nav {
	clear: both;
	height:30px;
	
}

ul#gNav {
	margin:0;
	padding:0;
	background:url(../../images/bg_mainMenu.png) 0px 0px no-repeat;
	position:relative;
	height:30px;
	width:780px;
	float: left;
	}
	
#gNav li {
	list-style:none;
	position:absolute;
	top:0;
	}
	
#gNav li, #gNav a {
	height:30px;
	display:block;
	}
	
li#about, li#aboutHL {
	left:0;
	width:90px;
	}
	
li#practice, li#practiceHL {
	left:90px;
	width:114px;
	}
	
li#case, li#caseHL {
	left:204px;
	width:101px;
	}
	
li#speaking, li#speakingHL {
	left:305px;
	width:80px;
	}
li#resources, li#resourcesHL {
	left:385px;
	width:86px;
	}
li#news, li#newsHL {
	left:471px;
	width:61px;
}
li#careers, li#careersHL {
	left:532px;
	width:75px;
}
li#contact, li#contactHL {
	left:607px;
	width:98px;
}
li#blog {
	left:705px;
	width:75px;
}

	
	
	
	
li#about a:hover, li#aboutHL a {
	background: transparent url(../../images/bg_mainMenu.png) 0px 30px;
	}
	
li#practice a:hover, li#practiceHL a {
	background: transparent url(../../images/bg_mainMenu.png) -90px 30px;
	}
	
li#case a:hover, li#caseHL a {
	background: transparent url(../../images/bg_mainMenu.png) -204px 30px;
	}
	
li#speaking a:hover, li#speakingHL a {
	background: transparent url(../../images/bg_mainMenu.png) -305px 30px;
	}
li#resources a:hover, li#resourcesHL a {
	background: transparent url(../../images/bg_mainMenu.png) -385px 30px;
	}
li#news a:hover, li#newsHL a {
	background: transparent url(../../images/bg_mainMenu.png) -471px 30px;
	}
li#careers a:hover, li#careersHL a {
	background: transparent url(../../images/bg_mainMenu.png) -532px 30px;
	}
li#contact a:hover, li#contactHL a {
	background: transparent url(../../images/bg_mainMenu.png) -607px 30px;
	}
li#blog a:hover {
	background: transparent url(../../images/bg_mainMenu.png) -705px 30px;
	}
	

	
#gNav span {
	display:none;
	}

	



		
/* MISC
-------------------------------------------------------------------*/

div.clear {
	clear:both;
	}
