﻿@charset "UTF-8";
/* CSS Document */

#navigation {
padding:0 0 0 11px;
}

#navigation ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 953px;
  list-style: none;
  font-family:Arial, Helvetica, sans-serif;
}

#navigation ul li.large_nav {
	float: left;
	margin-right: 5px;
	background: url(../images/tab_right.gif) no-repeat right top;
}

#navigation li a.large_button { 
	font-weight: bold;
	height: 28px;
	padding: 0 25px;
	background: url(../images/tab_left.gif) no-repeat left top;
	text-decoration: none;
	color: #fff;
	font-size:0.85em;
	line-height: 28px;
	display: block;
	float: left; /* Hack to make IE/Mac play nice */
}

#navigation ul li.small_nav {
	float: left;
	margin-top: 8px;
	margin-right: 5px;
	background: url(../images/tab_small_right.gif) no-repeat right top;
}

#navigation li a.small_button { 
	font-weight: bold;
	height: 20px;
	padding: 0 11px;
	background: url(../images/tab_small_left.gif) no-repeat left top;
	text-decoration: none;
	color:#8d8d8d;
	font-size:0.6886em;
	line-height: 20px;
	display: block;
	float: left; /* Hack to make IE/Mac play nice */
}

BODY#homeBody #navigation ul li a.home 
{
	color: #333;
}

#navigation ul a:hover {
	color: #333;
}

#navigation p 
{
	display: none;
}


