/* Top Infrastructure Menu */

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

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


/* Defines the appearance of the links */

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

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

#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: 1em;
	font-style: normal;
	font-weight: bold;
}


#call
{
	position: absolute;
	top: 131px;
	right: 15px;
	/* width: 600px; */
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	font-size: 1em;
	font-style: normal;
	font-weight: lighter;
	width: 145px;
	height: 20px;
	color: #333;
	text-align: left;
}


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


/* Defines the appearance of the links */

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

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

#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;
}

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

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


