﻿/************************************************************************
* Navigation element styles
************************************************************************/
#nav
{
	width:445px;
	height:42px;
    margin:75px 42px;
    margin-bottom:0;
    padding:0;
    list-style:none;
    line-height:42px;
}
#nav li
{
	display:inline;
	height:42px;
    margin:0;
    padding:0;
}
#nav a
{
	display:block;
	float:left;
	height:42px;
	margin:0;
	padding:0;
	color:#FFF;
	line-height:42px;
	text-decoration:none;
}
#nav a span
{
	visibility:hidden;
}
/* Home */
li.Home a:link, li.Home a:visited
{
	width:99px;
    background:url(images/navHome_link.png) no-repeat;
}
li.Home a:hover, li.Home a:active
{
    cursor:pointer;
    background:url(images/navHome_hover.png) no-repeat;
}
#nav li.Home a.current
{
    background:url(images/navHome_active.png) no-repeat;
}
/* Probe */
li.Probe a:link, li.Probe a:visited
{
	width:96px;
    background:url(images/navProbe_link.png) no-repeat;
}
li.Probe a:hover, li.Probe a:active
{
    cursor:pointer;
    background:url(images/navProbe_hover.png) no-repeat;
}
#nav li.Probe a.current
{
    background:url(images/navProbe_active.png) no-repeat;
}
/* Branding */
li.Branding a:link, li.Branding a:visited
{
	width:124px;
    background:url(images/navBranding_link.png) no-repeat;
}
li.Branding a:hover, li.Branding a:active
{
    cursor:pointer;
    background:url(images/navBranding_hover.png) no-repeat;
}
#nav li.Branding a.current
{
    background:url(images/navBranding_active.png) no-repeat;
}
/* Team */
li.Team a:link,li.Team a:visited
{
	width:126px;
    background:url(images/navTeam_link.png) no-repeat;
}
li.Team a:hover, li.Team a:active
{
    cursor:pointer;
    background:url(images/navTeam_hover.png) no-repeat;
}
#nav li.Team a.current
{
    background:url(images/navTeam_active.png) no-repeat;
}