

/* 

	MENU STYLES
	This is an Elated PageKit - www.elated.com. 
	All artwork copyright (c) 1996-2009 Elated Communications Ltd.
	By using this PageKit, you are agreeing to the Terms of Use available online at www.elated.com/usage/  

*/




/* Top Infrastructure Menu */

#nav-top
{
	position: absolute;
	top: 8px;
	right: 0;
	/* width: 600px; */
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	font-size: 0.8em;
}

#nav-top ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}


/* Defines the appearance of the links */

#nav-top a 
{
	display: block;
	color: #383838;
	text-decoration: none;
	padding: 0 20px 0 0;
	margin: 0;
}

#nav-top a:hover
{
	color: #538893;
} 

#nav-top li 
{
	float: left;
}








/* Main Menu */

#nav
{
	position: absolute;
	top: 90px;
	right: 0;
	/* width: 600px; */
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	font-size: 1.3em;
}

#nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}


/* Defines the appearance of the links */

#nav a 
{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 20px 0 0;
	margin: 0;
}

#nav a:hover
{
	color: #383838;
} 

#nav li 
{
	float: left;
}



/* Highlight the main menu options depending on body ID */

body#ourproducts #nav a.ourproducts 
{
	color: #383838;
}

body#ourservices #nav a.ourservices 
{
	color: #383838;
}

body#ourservices #nav a.ourservices 
{
	color: #383838;
}










