/* Navigation */

/*Main Navigation*/

#wrapper #topnav {
	background-color: #003333;
	height: 33px;
	padding: 0;
	margin-bottom: 0px;
}

ul#minitabs {
	list-style: none;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}


ul#minitabs li {
	display: inline;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;

}

ul#minitabs a {
font-size: 17px;
text-decoration: none;
border-bottom: 3px solid #003333;
color: #fff;
font-variant:small-caps;
font-weight: bold;

}

ul#minitabs a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
} 
/*End Main navigation*/

/*Vertical navigation for left column in sub pages.
Note: leftcol is 200px with no margin/padding*/

	#subnav {
	padding: 0;
	list-style: none;
	margin: 0;
	line-height: 16px;
	
	}
	
	#subnav .marginbottom{
	margin-bottom: 250px;
	}
	
	
	
	
 #subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	}


	#subnav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
		
	}
	
	#subnav ul a {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003333;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px solid #000;
	height:1%
	padding: 0 10px 0 10px;
	display: block;
	text-align: center;
	}
	
	#subnav ul a:hover {
	background-color: #003333;
	color: #fff;
	}
	
	#subnav ul a.topborder {
	border-top: 1px solid #000;
	}
	
	/*End Sidenav Vertical Navigation*/ 
	
	
	
