﻿#header
{
	width: 860px;
	margin: 0px auto;
	height: 110px;
	padding: 0px;
	position: relative;
	background: url(images/banner.jpg) no-repeat;
}

#header .title
{
	visibility: hidden;
	display: none;
}

#logo
{
	width: 365px;
	height: 65px;
	position: absolute;
	right: 20px;
	top: 5px;
	background: transparent;
}

#header span
{
	visibility: hidden;
}

.topmenu
{
	position: absolute;
	top: 84px;
	right: 40px;
}

.topmenu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.topmenu li
{
	float: left;
}

.topmenu a span
{
	visibility: hidden;
}

.topmenu a
{
	height: 16px;
	overflow: hidden;
	display: block;
	float: left;
	background: url('images/navigation.png') no-repeat;
}

.topmenu .home a
{
	width: 60px;
}

.topmenu .home a:hover
{
	background-position: 0px -16px;
}

.topmenu .services a
{
	background-position: -60px 0px;
	width: 100px;
}

.topmenu .services a:hover,
.topmenu .services a:focus
{
	background-position: -60px -16px;
}	

.topmenu .terminal a
{
	background-position: -160px 0px;
	width: 140px;
}

.topmenu .terminal a:hover,
.topmenu .terminal a:focus
{
	background-position: -160px -16px;
}

.topmenu .info a
{
	background-position: -300px 0px;
	width: 100px;
}

.topmenu .info a:hover,
.topmenu .info a:focus
{
	background-position: -300px -16px;
}

.topmenu .local a
{
	background-position: -400px 0px;
	width: 90px;
}

.topmenu .local a:hover,
.topmenu .local a:focus
{
	background-position: -400px -16px;
}