#nav,#nav * {
	margin: 0;
	list-style: none;
}
#nav {
	float: left;
	padding: 0 30px;
	background: #96b9f3 url(/images/bgNav.gif) no-repeat 0 0;
	color: #4f6891;
	font-size: 70%;
	font-weight: bold;
	line-height: 1.2em;
	list-style: none;
}
#nav li {
	position: relative;
	float: left;
	min-height: 14px;
	padding: 11px 0;
	background-color: #ffffff;
	color: #5a564d;
	z-index: 99;
}
#nav li a {
	float: left;
	padding: 0 8px;
	background-color: #ffffff;
	color: #5a564d;
	border-left: 2px solid #82a0d5;
	text-decoration: none;
}
#nav li.first a {
	border: 0;
}
#nav ul {
	position: absolute;
	top: -999em;
	width: 150px;
	padding: 0;
	background-color: #eeeeee;
	color: #5a564d;
	border: 1px solid #c0c0c0;
	font-size: 90%;
	line-height: 1.2em;
	text-align: left;
}
#nav ul ul {
	font-size: 100%;
}
#nav li li {
	min-height: auto;
	width: 150px;
	padding: 0;
	border: 0;
}
#nav li li a {
	width: 130px;
	padding: 0.3em 10px;
	background-color: #eeeeee;
	color: #5a564d;
	border-top: 1px solid #c0c0c0;
	border-left: 0;
	font-weight: normal;
	white-space: normal;
}
#nav li li a:hover,#nav li li a:focus,#nav li li a:active {
	background-color: #dddddd;
	color: #333333;
}
#nav li li.first a,#nav li li.first li.first a,#nav li li.first li.first li.first a {
	border: 0;
}
#nav li li.first li a,#nav li li.first li.first li a {
	border-top: 1px solid #c0c0c0;
}
#nav li li img {
	position: absolute;
	top: 0.8em;
	left: 136px;
}
#nav li:hover ul,
#nav li.sfHover ul {
	top: auto;
	bottom: 2.8em;
	left: 0;
}
#nav li:hover li ul,
#nav li.sfHover li ul {
	top: -999em;
}
#nav li li:hover ul,
ul#nav li li.sfHover ul {
	left: 140px;
	top: 0.6em;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
#nav li:hover,#nav li.sfHover,
#nav a:focus,#nav a:hover,#nav a:active {
	background-color: #ffffff;
	color: #4f6891;
}

#breadcrumb {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 1.2em;
	border-bottom: 1px dashed #cccccc;
	list-style: none;
	line-height: 1.6em;
	font-size: 70%;
	font-weight: bold;
}
#breadcrumb li {
	float: left;
	padding: 0 0 0 6px;
	white-space: nowrap;
}
#breadcrumb li.first {
	padding: 0;
}
#breadcrumb li:before {
	content: "> ";
}
#breadcrumb li.first:before,#breadcrumb li.last:before {
	content: "";
}
#primary #breadcrumb h1 {
	margin: 0;
	font-size: 100%;
}
#breadcrumb h1:before {
	content: "> ";
}
#breadcrumb li.first h1:before {
	content: "";
}
#breadcrumb a {
	background-color: #ffffff;
	color: #5a564d;
}
#breadcrumb a:hover,#breadcrumb a:focus,#breadcrumb a:active {
	background-color: #ffffff;
	color: #4f6891;
}

#pagenav {
	clear: left;
	float: left;
	width: 100%;
	font-size: 70%;
	font-weight: bold;
}
#pagenav .label {
	font-weight: normal;
}
#pagenav .selected {
	padding: 0 2px;
	background-color: #ffffff;
	color: #4f6891;
	font-weight: bold;
}
#pagenav a {
	padding: 0 2px;
	font-weight: normal;
}

#member {
	float: right;
	margin: 0 16px 0 0;
	padding: 0;
	font-size: 70%;
	font-weight: bold;
	line-height: 1.2em;
	list-style: none;
}
#member li {
	float: left;
	min-height: 14px;
	margin: 0 0 0 0.8em;
	padding: 11px 0 11px 12px;
	background: #96b9f3 url(/images/bulletMemberNavLi.gif) no-repeat 0 15px;
}
#member li a {
	background-color: #96b9f3;
	color: #4f6891;
	text-decoration: none;
}
#member li a:hover,#member li a:focus,#member li a:active {
	background-color: #96b9f3;
	color: #ffffff;
}
