/* @group Main Nav */

/* Main Menus 1, 2 & 3 */

div#nav1
{
	position: absolute;
	top: 0;
	left: 240px;
	width: 220px;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	overflow: hidden;
}

div#nav2
{
	position: absolute;
	top: 0;
	left: 480px;
	width: 220px;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	overflow: hidden;
}


div#nav3
{
	position: absolute;
	top: 0;
	left: 720px;
	width: 220px;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	overflow: hidden;
}


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


/* Defines the appearance of the links */

ul.nav-list ul li a 
{
	display: block;
	color: #b6d547;
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 0;
	overflow: hidden;
}



ul.nav-list li 
{
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

ul.nav-list li a:hover
{
	color: #fff;
	text-decoration: none;
}


ul.nav-list li a:visited
{
	color: #b6d547;
	text-decoration: none;
}

ul.nav-list li a:visited:hover
{
	color: #fff;
	text-decoration: none;
}


li.nav-header
{
	font-weight: bold;
	color: #777;
	height: 20px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/* Body Hightlight States */

/* Clients */

body#client-bco #nav1 ul li.bco a
{ 
	color: #fff;
	font-weight: bold;
}

body#client-bco-awards #nav1 ul li.bco-awards a
{ 
	color: #fff;
	font-weight: bold;
}

body#client-metropolis #nav1 ul li.metropolis a
{ 
	color: #fff;
	font-weight: bold;
}

body#client-vicinitee #nav1 ul li.vicinitee a
{ 
	color: #fff;
	font-weight: bold;
}

/* Products */

body#product-glasnost21 #nav2 ul li.glasnost21 a
{ 
	color: #fff;
	font-weight: bold;
}

body#product-glasnost21cms #nav2 ul li.glasnost21cms a
{ 
	color: #fff;
	font-weight: bold;
}

body#product-cityoffices #nav2 ul li.cityoffices a
{ 
	color: #fff;
	font-weight: bold;
}


/* About */

body#aboutet #nav3 ul li.aboutet a
{ 
	color: #fff;
	font-weight: bold;
}

body#services #nav3 ul li.services a
{ 
	color: #fff;
	font-weight: bold;
}

body#contactus #nav3 ul li.contactus a
{ 
	color: #fff;
	font-weight: bold;
}


/* @end */











