/* Main nav */

#nav {
	width: 880px;
	border-bottom: 1px solid #09F;
	font-size: 72%;
	line-height: 1.0;
	text-align: right;
	margin: 0 auto;
	background: url(../images/generic/logo.png) 0px 15px no-repeat;
	list-style: none;
}
#nav li {
	float: left;
}
#nav ul {
	margin: 0 0 0 200px;
	padding: 0;
	width: 680px;
	list-style: none;
}
#nav a {
	color: #fff;
	float: left;
	padding: 28px 10px 15px 10px;
	text-decoration: none;
	display: block;
}
#nav strong {
	color: #09f;
}
#nav a:hover, #nav a:active, #nav a:focus, #nav a.selected, #nav a:hover.selected {
	color: #09F;
}
#nav a:hover, #nav a:focus {
	text-decoration: underline;
}
#nav a.selected { cursor: default; font-weight: bold; text-decoration: none; }

#nav ul li {
	position: relative;
}
#nav ul li.spacer {
	float: none;
}

#nav ul ul {
	position: absolute;
	margin-left: -999em;
	width: 143px;
	padding: 20px;
	background: url(../images/generic/menu_back.png) no-repeat bottom;
	clear: both;
	float: left;
	top: 55px;
	border-top: 1px solid #09F;
	z-index: 100;
}

#nav ul li:hover ul
, #nav .js ul {
	margin-left: 0px;
}
#nav ul ul li a:hover, #nav ul ul li a.selected {
	color: #004581;
}

#nav ul ul li {
	width: 300px;
}

#nav ul ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
}

#nav ul ul ul {
	display: none;
}


/* Secondary Nav */

#secondary-nav {
	width: 100%;
	border-bottom: 1px solid #9fd5f0;
	margin-bottom: 15px;
	clear: both;
	font-size: 110%;
}
#secondary-nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
#mainarea #secondary-nav li {
	display: inline;
	list-style: none;
	background: none;
}
#secondary-nav a {
	color: #004581;
	float: left;
	padding: 10px 20px 6px 0;
	text-decoration: none;
}
#secondary-nav a strong {
	color: #09F;
}
#secondary-nav a:hover, #secondary-nav a:active, #secondary-nav a:focus, #secondary-nav a.selected, #secondary-nav a:hover.selected {
	color: #09F;
}
#secondary-nav a:hover, #secondary-nav a:active {
	text-decoration: underline;
}
#secondary-nav a.selected { cursor: default; font-weight: bold; text-decoration: none; }


/* Sub nav */

#subnav {
	color: #004581;
	text-align: left;
	font-size: 72%;
	z-index: 900;
	margin: 0 320px 0 20px;
	border-top: 1px solid #9fd5f0;
	padding: 0 0 10px 0;
}
body.products #subnav {
	margin: 0 340px 0 180px;
}

#subnav li {
	display: inline;
	list-style-type: none;
	background: none;
}
#subnav ul {
	margin: 0;
	padding: 0;
}
#subnav a {
	text-decoration: none;
	color: #004581;
	padding: 6px 20px 10px 0;
	font-weight: bold;
	float: left;
	margin-right: 20px;
}

#subnav a:hover, #subnav a:active, #subnav a:focus {
	text-decoration: underline;
	font-weight: bold;
}

