#header {
	height: 250px;
	background-image: url(../../support/photos_2008/index_txrx.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFF;
}
	
#header img{
	margin: 0;
	padding; 0;
	border: 0;
	text-decoration: none;
	border-right: 1px solid #FFF;
}
	
#header h1{
	display: none;
   	padding: 0;
    margin:0;
}
 
#nav{
	height: 33px;
	margin: -36px 0 0 0;
	padding: 0 0 0 300px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 99%;
}

	
#nav ul{
	height: 100%;
	background-color: #FFF;
	margin:0;
	padding: 0;
	border-left: 1px solid #F9F9F7;
}
	
#nav li{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 24.58%;
	height: 100%;
	white-space: nowrap;
	border-right: 1px solid #F9F9F7;
	border-bottom: 1px solid #F9F9F7;
	font-weight: bold;
	text-transform: uppercase;
}
	
#nav li.final{
	border-right: 0;
}

#nav a{
	display: block;
	height: 74%;
	padding: 6% 3% 0 0;
	text-align: center;
	text-decoration: none;
	background-color: #FFF;
}

#nav a:link, #nav a:visited, #nav a:active{
	color: #062CA2;
}

#nav a:hover{
	color: #06A22E;
}

#nav a.urhere{
	background: #FFF;
	color: #969BAC;
}
	