﻿/* CSS for non-flash based navigation */

#noflash { background: url(/nav/backgrounds/background_noflash.jpg) no-repeat; height: 171px; width: 1008px; }

#nav-noflash ul 
{
	float: left;
	width: 1008px;
	list-style: none;
	line-height: 1.1em;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #4f6d88;
	border-width: 2px 0;
	margin: 0;
	z-index: 2000;
}

#nav-noflash a {
	display: block;
	color: #6d6d6d;
	text-decoration: none;
	text-align: center;
	padding: 2px 7px;
	cursor: pointer;
}

#nav-noflash li {
	float: left;
	padding: 0;
	width: 126px;
}

body #content #nav-noflash li { line-height: 1.1em; }

#nav-noflash li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 17em;
	w\idth: 17em;
	font-weight: normal;
	border-width: 2px;
	margin: 0;
}

#nav-noflash li li {
	width: 17em;
	text-align: left;
}

#nav-noflash li ul a 
{
    text-align: left;
}

#nav-noflash li ul ul {
	margin: -2.2em 0 0 14em;
}

#nav-noflash li:hover ul ul, #nav-noflash li:hover ul ul ul, #nav-noflash li.sfhover ul ul, #nav-noflash li.sfhover ul ul ul {
	left: -999em;
}

#nav-noflash li:hover ul, #nav-noflash li li:hover ul, #nav-noflash li li li:hover ul, #nav-noflash li.sfhover ul, #nav-noflash li li.sfhover ul, #nav-noflash li li li.sfhover ul {
	left: auto;
}

#nav-noflash li:hover, #nav-noflash li.sfhover {
	background: #e1ebed;
}