/**
 *	Radio Comm
 *  Screen Navigation Styles
 *	
 *	@author:	Nate Doggy Dogg Dawg <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.gif) no-repeat;
	height:					51px;
	list-style:				none;
	overflow:				hidden;
	padding:				0;
	position:				relative;
	width:					860px;
	z-index:				100;
}

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

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

#n-home,
#n-home a {
	width:					95px;
}

#n-about-us,
#n-about-us a {
	width:					109px;
}

#n-services-and-support,
#n-services-and-support a {
	width:					179px;
}

#n-products,
#n-products a {
	width:					117px; 
}

#n-solutions,
#n-solutions a {
	width:					121px;
}

#n-rentals,
#n-rentals a {
	width:					105px;
}

#n-contact-us,
#n-contact-us a {
	width:					134px;
}

#n-home a:hover, #n-home a:active, #n-home a:focus {
    background: transparent url(../images/main-navigation.gif) 0px -51px no-repeat !important;
}

#n-home a.active,
#n-home a.active:hover {
    background: transparent url(../images/main-navigation.gif) 0px -102px no-repeat !important;
} 

#n-about-us a:hover, #n-about-us a:active, #n-about-us a:focus {
    background: transparent url(../images/main-navigation.gif) -95px -51px no-repeat !important;
}

#n-about-us a.active,
#n-about-us a.active:hover {
	background: transparent url(../images/main-navigation.gif) -95px -102px no-repeat !important;
}

#n-services-and-support a:hover, #n-services-and-support a:active, #n-services-and-support a:focus {
    background: transparent url(../images/main-navigation.gif) -204px -51px no-repeat !important;
}

#n-services-and-support a.active,
#n-services-and-support a.active:hover {
	background: transparent url(../images/main-navigation.gif) -204px -102px no-repeat !important;
}

#n-products a:hover, #n-products a:active, #n-products a:focus {
    background: transparent url(../images/main-navigation.gif) -383px -51px no-repeat !important;
}

#n-products a.active,
#n-products a.active:hover {
	background: transparent url(../images/main-navigation.gif) -383px -102px no-repeat !important;
}

#n-solutions a:hover, #n-solutions a:active, #n-solutions a:focus {
    background: transparent url(../images/main-navigation.gif) -500px -51px no-repeat !important;
}

#n-solutions a.active,
#n-solutions a.active:hover {
    background: transparent url(../images/main-navigation.gif) -500px -102px no-repeat !important;
}

#n-rentals a:hover, #n-rentals a:active, #n-rentals a:focus {
    background: transparent url(../images/main-navigation.gif) -621px -51px no-repeat !important;
}

#n-rentals a.active,
#n-rentals a.active:hover {
    background: transparent url(../images/main-navigation.gif) -621px -102px no-repeat !important;
}

#n-contact-us a:hover, #n-contact-us a:active, #n-contact-us a:focus {
    background: transparent url(../images/main-navigation.gif) -726px -51px no-repeat !important;
}

#n-contact-us a.active,
#n-contact-us a.active:hover {
    background: transparent url(../images/main-navigation.gif) -726px -102px no-repeat !important;
}