/*
  $Id: nav.css,v 1.25 2004/10/22 23:29:49 jim Exp $
*/

br {
	clear: both;
}

#navwrap {
	background: #133D62;
}

#nav {
	background: #133D62;
	margin: 0;
	padding: 0;
	line-height: 16px;
	height: 18px;
	width: 810px;
}

html>body #nav {
	height: auto;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
} 

/* IE 5 Mac */
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 11px;
	white-space: nowrap;
}

/* other browsers \*/
#nav li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	font-size: 11px;
	white-space: nowrap;
}
/* end IE 5 Mac hack */

/* IE 5 Mac */
#nav a {
	background: #133D62;
	color: #fff;
	display: inline;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 10px;
	border-right: 1px solid #888;
}

/* other browsers \*/
#nav a {
	background: #133D62;
	color: #ccc;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 10px;
	border-right: 1px solid #888;
}
/* end IE 5 Mac hack */

#nav a:hover, #nav a:active {
	background: #95acd5;
	color: #ffffff;
}

#nav a.here:link, #nav a.here:visited {
	background: #95acd5;
	color: #133D62;
	position:relative;
	z-index:102;
	font-weight: bold;
}
	
#subnav, #subnav_prod, #subnav_reviews, #subnav_buy, #subnav_resources, #subnav_dl, #subnav_aboutus, #subnav_about, #subnav_press {
	background: #95acd5;
	position: relative;
	top: -1px;
	z-index: 101;
	margin: 0;
	padding: 0px 0 3px 0;
	border-top: 1px solid #888;
	border-bottom: 0px solid #95acd5;
}

#subnav ul, #subnav_prod ul, #subnav_reviews ul, #subnav_buy ul, #subnav_resources ul, #subnav_dl ul, #subnav_aboutus ul, #subnav_about ul, #subnav_press ul {
	list-style: none;
	margin: 1px 0 0px 13px;
	padding: 0px;
} 

#subnav li {
	display: none;
}

#subnav_prod li {
	position: relative;
	z-index: 102;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	font-size: 10px;
	left: 25px;
}

html>body #subnav_prod li {
	left: -22px;
}

#subnav_reviews li {
	position: relative;
	z-index: 102;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	font-size: 10px;
	left: 125px;
}

html>body #subnav_reviews li {
	left: 100px;
}

#subnav_buy li {
	position: relative;
	z-index: 102;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	font-size: 10px;
	left: 200px;
}

html>body #subnav_buy li {
	left: 175px;
}

#subnav_resources li {
	position: relative;
	z-index: 102;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	font-size: 10px;
	left: 180px;
}

html>body #subnav_resources li {
	left: 185px;
}

#subnav_dl li {
	position: relative;
	z-index: 102;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	font-size: 10px;
	left: 230px;
}

html>body #subnav_dl li {
	left: 190px;
}

#subnav_aboutus li {
	position: relative;
	z-index: 102;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	font-size: 10px;
	left: 300px;
}

html>body #subnav_aboutus li {
	left: 300px;
}

#subnav_about li {
	position: relative;
	z-index: 102;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	font-size: 10px;
	left: 345px;
}

html>body #subnav_about li {
	left: 300px;
}

#subnav_press li {
	position: relative;
	z-index: 102;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	font-size: 10px;
	left: 360px;
}

html>body #subnav_press li {
	left: 290px;
}

#subnav_prod a, #subnav_reviews a, #subnav_buy a, #subnav_resources a, #subnav_dl a, #subnav_aboutus a, #subnav_about a, #subnav_press a {
	color: #133D62;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 12px 2px 7px;
}

html>body #subnav_prod a, html>body #subnav_reviews a, html>body #subnav_buy a, html>body #subnav_resources a, html>body #subnav_dl a, html>body #subnav_aboutus a, html>body #subnav_about a, html>body #subnav_press a {
	padding-left: 18px;
}

#subnav_prod a:hover, #subnav_reviews a:hover, #subnav_buy a:hover, #subnav_resources a:hover, #subnav_dl a:hover, #subnav_aboutus a:hover, #subnav_about a:hover, #subnav_press a:hover {
	color: #ffffff;
}

#subnav_prod a.here:link, #subnav_reviews a.here:link, #subnav_buy a.here:link, #subnav_resources a.here:link, #subnav_dl a.here:link, #subnav_aboutus a.here:link, #subnav_about a.here:link, #subnav_press a.here:link, #subnav_prod a.here:visited, #subnav_reviews a.here:visited, #subnav_buy a.here:visited, #subnav_resources a.here:visited, #subnav_dl a.here:visited, #subnav_aboutus a.here:visited, #subnav_about a.here:visited, #subnav_press a.here:visited {
	color: #ffffff;
	text-decoration: none;
}
