#skiplink {
	position: absolute;
	top: 0;
	left: -999em;
	padding: 6px;
	font-size: 75%;
}
#skiplink:focus {
	left: 0;
	background-color: #f4f4f4;
	color: #3f67a0;
	border: 1px dashed #d4d4d4;
}

#navbar {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.05em;
}
#navbar li {
	position: relative;
	float: left;
	border-right: 2px solid #ffffff;
}
#navbar li a {
	float: left;
	padding: 1em 18px;
	background-color: #272222;
	color: #efeff1;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
}
#navbar li a:hover {
	background-color: #272222;
	color: #b5d162;
}
#navbar li a:focus {
	background-color: #272222;
	color: #b5d162;
}
#navbar li img {
	display: none;
}
#navbar ul {
	position: absolute;
	top: 2.55em;
	left: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border-top: 1px solid #d4d4d4;
	list-style: none;
}
#navbar li li {
	position: relative;
	clear: left;
	float: left;
	padding: 0;
	background-image: none;
	border: 1px solid #d4d4d4;
	border-top: 0;
}
#navbar li li a {
	float: none;
	display: block;
	width: 14em;
	padding: 0.2em 1em;
	background-color: #f4f4f4;
	background-image: none;
	color: #5f5f5f;
	border: 0;
	font-size: 70%;
	font-weight: normal;
	white-space: normal;
}
#navbar li li a:hover {
	background-color: #e9e9e9;
	color: #464646;
}
#navbar li li a:focus {
	background-color: #e9e9e9;
	color: #464646;
}
#navbar li li img {
	position: absolute;
	display: block;
	top: 0.5em;
	left: 15em;
	border: 0;
}
/* offset position of second/third level menus */
#navbar ul ul {
	top: 10px;
	left: 10.6em;
}

#breadcrumb {
	float: left;
	width: 100%;
	margin: 0 0 1.8em;
	padding: 0;
	background-color: #ffffff;
	color: #ad2929;
	font-size: 80%;
	font-weight: bold;
	list-style: none;
	line-height: 1.2em;
}
#breadcrumb li {
	float: left;
	padding: 0 0 0 0.4em;
	line-height: 1.2em;
}
#breadcrumb li:before {
	content: "> ";
}
#breadcrumb li.first:before,#breadcrumb li.last:before {
	content: "";
}
#breadcrumb li.first {
	padding: 0;
}
#breadcrumb h1:before {
	content: "> ";
}
#breadcrumb li.first h1:before {
	content: "";
}
#main #breadcrumb h1 {
	margin: 0;
	font-size: 100%;
	line-height: 1.2em;
}
#breadcrumb a {
	background-color: #ffffff;
	color: #ad2929;
}
#breadcrumb a:hover {
	background-color: #ffffff;
	color: #000000;
}
#breadcrumb a:focus {
	background-color: #ffffff;
	color: #000000;
}
#pagenav {
	clear: left;
	float: left;
	width: 334px;
	margin: 0 0 0 25px;
	padding: 12px;
	font-size: 70%;
	background-color: #e1e1e0;
	color: #272222;
}
#pagenav a {
	padding: 0 2px;
	background-color: #e1e1e0;
	color: #272222;
	text-decoration: none;
}
#pagenav a:hover {
	background-color: #e1e1e0;
	color: #9c2323;
}
#pagenav a:focus {
	background-color: #e1e1e0;
	color: #9c2323;
}
#pagenav .label {
	font-weight: bold;
}
#pagenav .selected {
	padding: 0 2px;
	background-color: #e1e1e0;
	color: #9c2323;
	font-weight: bold;
}

