﻿.top {
	height: 112px;
}
#logo
{
    float: left;
    background-image:url(../Images/HeaderMenu/logo.gif);
    background-repeat: no-repeat;
    margin-top: 35px;
    margin-left: 15px;
    width: 225px;
    height: 112px;
    cursor: pointer;
}
.nav {
	height: 112px;
	width: 1000px;
	float: right;
}
.nav_link
{
    background-image: url(../images/headermenu/navButton.jpg);
    background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	color: #FFFFFF;
	width: 146px;
	height: 23px;
    float: left;
}
.nav_link_selected
{
    background-image: url(../images/headermenu/navButton.jpg);
    background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: bold;
	color: #FFFFFF;
	width: 146px;
	height: 23px;
    float:left;
}
.nav_end
{
    background-image: url(../images/headermenu/navRight.gif);
    background-repeat: repeat-x;
    float:left;
    width: 20px;
    height: 25px;
}
.navlinks
{
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFF; 
	float: right;
	list-style: none;
	margin-top: 0px;
	padding-left: 0px;
	width: 896px;
}
.navpics
{
    cursor: pointer;
	float: left;
	list-style: none;
	margin-top: 0px;
	padding-left: 0px;
    width: 100%;
}
.navpics li
{
	float: left;
	width: 146px;
}
.nav a
{
    color: #FFF;
	text-decoration: none;
	width: 100%;
	line-height: 25px;
}
.nav img
{
    border:0px;
}
.lastnavicon
{
    float:left;
}
