﻿#header
{
	margin-bottom: 2px;
}

#header a
{
	display: block;
	height: 80px;
	text-indent: -5000px;
}

#header ul
{
	list-style-type: none;
	margin-left: 470px;
}

#header ul li
{
	display: inline;
}

#header ul li a
{
    float: left;
    display: block;
    height: 29px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -5000em;
}
#header ul li.active a, #header ul li a:hover
{
	background-position: 0 -29px;
}