﻿
/* NAV
	This file contains all the style references for the primary navigation on the SI site.
*/


/* Primary Navigation */
.frmSearchBox{
	background: url('/gfx/backgrounds/mainNav_bg_off.png') #fff repeat-x;
}

#siteNavPrimary{
	margin: 10px;
	background: url('/gfx/backgrounds/mainNav_bg_off.png') #fff repeat-x;
	height: 23px;
}

.navPrimary
{
	float: left;
}

.navPrimary ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 9pt;
	font-weight: bold;
}

.navPrimary li{
	float: left;
	position: relative;
	margin: 0;
	z-index:500;
}

.navPrimary ul ul{
	display: none;
	position: absolute; 
	left: 0;
}

.navPrimary ul li:hover ul { display: block; }

.navPrimary li a:visited, .navPrimary li a{
	display: block;
	text-decoration: none;
	padding: 3px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #000000;
	background: url('/gfx/backgrounds/mainNav_bg_off.png') #fff repeat-x;
}

.navPrimary li a:hover, .navPrimary li a.selected{
	background: url('/gfx/backgrounds/mainNav_bg_on.png') #fff repeat-x;
	color: #ffffff;
}

.navPrimary ul ul li a, .navPrimary ul ul li a:visited
{
	background-image: none;
	background-color: #cccdd0;	
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}

.navPrimary ul ul li a, .navPrimary ul ul li a:visited
{
	background-color: #B6C0CA;
}

.navPrimary ul ul li.grayed a
{
	background-color: #AFAFAF;
}

.navPrimary ul ul li a:hover, .navPrimary ul ul li a.selected
{
	color: #fff;
	background-image: none;
	background-color: #666;
}

/* Primary Navigation */