#navigation ul {
	list-style-type:none;
}
ul.level1 {
	margin: 0;
	padding: 0;
	color: #354A7B;
}
ul.level1 ul {
	background: #F0F2F7; /* near white*/
	padding-left: 10px;
}
ul.level1 li {
	border-bottom: 1px solid #A7441D;
	min-height: 29px;
}
ul.level1 li.last {
	border-bottom: none;
}
ul.level1 li.active {
	background: #354A7B;
	color: white;	
}
#navigation ul ul li {
	border-bottom: none;
}
ul.level1 ul li.active {
	background: #F0F2F7;
	color: #354A7B;
	font-weight: bold;
}
ul.level1 ul li a {
	color: #354A7B; /* blue link color */
}
ul.level1 a {
	padding: 3px;
	display: block;
	color: inherit;
}
#navigation a:focus {
	outline: none;
}
li.spacer span {
	display: none;
}
#header ul {
	margin: 6px 0 0 1px; padding: 0px;
	height: 23px;
	list-style-type: none;
}
#lang_menu {
	float: right;
}
#lang_menu a img {
	margin-right: 9px;
}
#breadcrumb {
	clear: both;
	float:left;
	background: url(../images/breadcrumb-bg.gif) repeat-x;
}
#breadcrumb li {
	display: block;
	float: left;
	line-height: 23px;
}
#breadcrumb li.separator {
	margin: 0 3px 0 3px;
	color:#D5D5D5;
}
#breadcrumb li.first {
	padding-left: 21px;
	background: url(../images/blue-square.gif) no-repeat;
}
#breadcrumb li.active {
	font-weight: bold;
}
#header a {
	color: black;
	font-size: 0.85em;
}
ul.newsletter {
	background: #A7441D;
	padding: 14px;
	margin: 14px 0 21px 0;
}
ul.newsletter a {
	color: white;
}
ul.newsletter .first {
	text-transform:uppercase;
}
