/**
 *	Gilshenan and Luton Lawyers
 *  Screen Navigation Styles
 *	
 *	@author:	Nathan Crowe <nathan at imagin8 dot com>
 *	@date:		27/04/2007	
 *
 *	Table of Contents:
 *		main navigation
 *
 */
 
/** main navigation
--------------------------------------- */
ul#main-navigation-map {
	background:				transparent url(../images/main-navigation-map-new.png) no-repeat;
	height:					31px;
	list-style:				none;
	margin-left:			9px;
	overflow:				hidden;
	padding:				0;
	position:				relative;
	width:					437px;
	z-index:				100;
}

ul#main-navigation-map li {
	float:					left;
}

ul#main-navigation-map li a {
	color:					#fff;
	display:				block;
	font-size:				1px;
	height:					31px;
	text-decoration:		none;
	text-indent:			-9999px;
	overflow:				hidden;
}

#mn-our-expertise,
#mn-our-expertise a {
	width:					108px;
}

#mn-careers,
#mn-careers a {
	width:					74px;
}

#mn-our-people,
#mn-our-people a {
	width:					96px; 
}

#mn-about-us,
#mn-about-us a {
	width:					81px;
}

#mn-contact,
#mn-contact a {
	width:					78px;
}

#mn-our-expertise a:hover, #mn-our-expertise a:active, #mn-our-expertise a.active, #mn-our-expertise a:focus {
    background: transparent url(../images/main-navigation-map-new.png) 0px -31px no-repeat !important;
}

#mn-careers a:hover, #mn-careers a:active, #mn-careers a.active, #mn-careers a:focus {
    background: transparent url(../images/main-navigation-map-new.png) -108px -31px no-repeat !important;
}

#mn-our-people a:hover, #mn-our-people a:active, #mn-our-people a.active, #mn-our-people a:focus {
    background: transparent url(../images/main-navigation-map-new.png) -182px -31px no-repeat !important;
}

#mn-about-us a:hover, #mn-about-us a:active, #mn-about-us a.active, #mn-about-us a:focus {
    background: transparent url(../images/main-navigation-map-new.png) -278px -31px no-repeat !important;
}

#mn-contact a:hover, #mn-contact a:active, #mn-contact a.active, #mn-contact a:focus {
    background: transparent url(../images/main-navigation-map-new.png) -359px -31px no-repeat !important;
}