/* ======================================================== */
/* This is the EDT specific styles built on top of CTM      */
/* all styles here are modifications for EDT look	    */
/* Designed by Jeff McArthur (www.guategeek.com)            */
/* ======================================================== */
/* EDT Network
========================================= */
#edtnetwork
	{
	left: 0px;
	top: 0px;
	background: url(../images/edt/edtnetwork-bg.png) no-repeat;
	width: 735px;
	padding-left: 115px;
	height: 43px;
	position: absolute;
	}
.logo
	{
	width: 246px;
	height: 109px;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	background: url(../images/edt/header-logo.png);
	}
#country
	{
	width: 605px;
	height: 25px;
	padding-left: 245px;
	float: left;
	position: relative;
	background: url(../images/edt/country-bg.png);
	font-size: 13px;
	overflow: hidden;
	}
/* Main page navigation (root level documents) */
#country ul
	{
	display: block;
	padding: 0px;
	margin: 0px;
	padding-top: 7px;
	list-style: none;
	text-align: left;
	}
#country ul li
	{
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
#country a
	{
	color: black;
	padding: 1px 4px;
	margin: 0px 3px;
	text-decoration: none;
	background: none;
	padding-bottom: 1px;
	}
#country a:hover
	{
	text-decoration: none;
	color: black;
	background: white;
	}
#country a
	{
	background: #e9e9e9;
	color: grey;
	border: 1px solid #67ae4d;
	}
#country .active a
	{
	color: black;
	background: #f8efea;
	border-bottom: 1px solid #f8efea;
	}