/* Primary Navigation *****************************************************/

		#navcontainer {
	width: 335px;
	padding-top: 5px;
	float: left;
		}
		
		#navcontainer ul
		{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
		}
		
		#navcontainer a
		{
	display: block;
	background-image: url(../images/navhat.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #27282A;
	text-shadow:1px 2px 0 #000;
	padding: 5px 3px 4px 35px;
	line-height: 22px;

		}
		
		#navcontainer a:link, #navcontainer a:visited
		{
			color: #FFF;
			text-decoration: none;
			font-weight: bold;
		}

		#navcontainer a:hover
		{
			color: #F9D61A;
			text-decoration: none;
			}
		#navcontainer .active a
		{
			color: #F9D61A;
			background-image: url(../images/navhat_yellow.png);
			background-repeat: no-repeat;
			background-position: left center;
			}			



/* CSS Main Vertical List Menu */

ul.subList {
	padding: 0px;
	margin: 0px;
	width: 280px;

		}
		
		ul.subList li {
	margin: 0px;
	list-style-type: none;
	display: inline;
	font-size: 1em;
	padding: 0px;
		}
		ul.subList li a {
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #256BC0;
	border-bottom-style: solid;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-color: #E2DFD1;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.2em;
	padding-left: 22px;
	background-image: url(../images/arrow_beige.gif);
		}
		ul.subList li a:hover {
	color: #000;
	list-style-type: none;
	display: block;
	text-decoration: none;
	background-color: #F0EFE6;
		
		}

ul.subList .active a {
	background-color: #999999;
	color: #EFEDE4;
}

/*-- Pagination --*/
.ditto_currentpage, .ditto_page, .ditto_next_link, .ditto_previous_link {
	margin-right:5px;
	font-weight:bold;
	position:relative;
	top:5px;
}
a.ditto_page, a.ditto_next_link, a.ditto_previous_link {
	color:#256BC0;
	text-decoration:none;
}
a:hover.ditto_page, a:hover.ditto_next_link, a:hover.ditto_previous_link {
	color:#000;
	text-decoration:underline;
}

