/* nav styles are for the top-level main navigation menu on each page */

p.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align: left;
	margin-top: 0pt;
	margin-bottom: 0pt;
	background-color: #ccf;
	text-align: center;
	border-bottom: 1pt #000 solid;
}

p.nav a:link {
	background-image: url("/images/navButtonBg.png");
	text-decoration: none;
	color: white;
	padding: .3em;
	line-height: 2em;
	border-right: 1pt #fff solid;
	
}

p.nav a:visited {
	background-image: url("/images/navButtonBg.png");
	text-decoration: none;
	color: white;
	padding: .3em;
	line-height: 2em;
	border-right: 1pt #fff solid;
}

p.nav a:hover {
	background-image: url("/images/navButtonBgHover.png");
	border-bottom: 0pt #f00 solid;
}

p.nav a:active {
	background-image: url("/images/navButtonBgHover.png");
	border-bottom: 0pt #f00 solid;
}

p.nav a#currentNav {
	background-image: url("/images/navButtonBgCurrent.png");
}

html>body p.nav a {
	width: auto;
}

/* subNav styles are for the second-level navigation menu under the main nav menu */

p.subNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #66f;
	text-decoration: none;
	text-align: center;
	font-size: 80%;
}

p.subNav a:link{
	color: #66f;
	text-decoration: none;
}

p.subNav a:visited{
	color: #66f;
	text-decoration: none;
}

p.subNav a:hover{
	color: #00f;
	text-decoration: none;
	border-bottom: 1pt #00f dotted;
}

p.subNav a:active{
	color: #f00;
	text-decoration: none;
	border-bottom: 1pt #00f dotted;
}

p.subNav a#current {
	color: #00f;
	text-decoration: none;
	border-bottom: 1pt #f00 solid;
}

/* sideName ID styles are for the third-level navigation menu on the right side of a page (e.g., monitor section) */

#sideNav {
	width: 10em;
	padding: 0 0 0 0;
	margin-top: 2em;
	margin-bottom: 1em;
	margin-left: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
}

#sideNav #manualLink {
}

#sideNav #manualLink a img.manualLinkImage {
	float: left;
}

#sideNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sideNav li {
	margin: 0;
}

#sideNav li a {
	display: block;
	padding: 3px 5px 3px 0.5em;
	background-color: #fff;
	color: #666;
	text-decoration: none;
	width: 100%;
	font-size:80%;
	border-bottom: 1px #ffffff solid;
}

#sideNav li a#current {
	background-color: #006;
	color: #fff;
}

html>body #sideNav li a {
	width: auto;
}

#sideNav li a:hover {
	border-bottom: 1px #ff0000 solid;
	color: #ff0000;
}