/* Header and Footer Nav */
#nav h2 {
	display:none;
}

#nav ul {
	border-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	margin:0;
	color: #000011;
	font-size: 14px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:#ccc;
}

#nav ul li {
	display: inline; 
	list-style-type: none;
	padding: 0;
	margin: 0; 

}

#nav-right { 
	display: inline; 
	float:right;
}

#nav a {
	padding-top: 6px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
}

#nav a:link {
	color: #036;
	text-decoration: none;
}

#nav a:visited {  
	color: #036;
	text-decoration: none;
}

#nav a:hover {
	color: #C03;
	padding-top: 3px;
	text-decoration: none;
	background-color:#fff;
}

#nav a.selected {
	color: #C03;
	text-decoration: none;
	font-size: 16px;
	padding-top: 6px;
	background-color:#efefef;
	border-bottom-color: #efefef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-left-color: #333;
}


#nav a.selected:link {
	color: #C03;
	text-decoration: none;
	background-color:#fff;
	border-bottom-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-left-color: #333;
}

#nav a.selected:visited {  
	color: #C03;
	text-decoration: none;
}

#nav a.selected:hover {
	color: #C03;
	text-decoration: underline;
}


#subnav {
	color: #000011;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:#efefef;
	border-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 10px;

}
