#nav{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 34px;
	overflow: hidden;
}
/*******Main menu*******/
#nav .hlist{
	border-top: 3px solid #fff;
	border-bottom: 6px solid #065195;
	height: 25px;
	float: none;
	display: block;
	line-height: normal;
	overflow: visible;
}
#nav .hlist ul,
#nav .hlist li{
	border: none;
	display: block;
}
#nav .hlist li{
	display: block;
	line-height: normal;
	font-size: 13px; 
}
#nav .hlist .currentNode{
	position: relative;
}
#nav .hlist .startNode{
	position: relative;
}
#nav .hlist .tabHolder{
	top: -3px;
	height: 28px;
	position: relative;
	overflow: hidden;
	margin-bottom: -3px;
}
.navigationTabLeft,
.navigationTabRight,
.navigationTabCenter{
	float: left;
	width: 4px;
	height: 28px;
	overflow: hidden;
}
.navigationTabCenter{
	width: auto;
	height: 21px;
	padding: 7px 16px 0;
}
#nav .hlist a,
#nav .hlist a:hover{
	font-weight: normal;
	font-size: 13px;
	padding: 4px 10px 5px;
	margin: 0 5px;
	background: transparent;
	float: none;
}
#nav .hlist .nav_center_separator{
	height: 16px;
	width: 3px;
	float: none;
	border-top: 9px solid #cee2f7;
}
/*******Breadcrumbs*******/
#headerbreadcrumb{
	padding: 8px 20px 12px 10px;
	overflow: hidden;
}
#headerbreadcrumb ul{
	float:left;
	width: 70%
	overflow: hidden;
	margin: 0 0 0 10px;
}
#headerbreadcrumb ul.functionlinks{
	float:right;
	width: 28%;
	text-align: right;
}
#headerbreadcrumb ul.functionlinks li{
	margin-left: 20px;
	margin-right: 0;
	padding-right: 0;
	float: right;
	padding-left: 16px;
}
#headerbreadcrumb li{
	float: left;
	padding: 0 8px 0 11px;
	margin: 0;
	list-style: none;
	font-size: 11px;
}
#headerbreadcrumb li.currentNode{
	padding: 0 8px 1px 13px;
}
#headerbreadcrumb li.startNode{
	padding: 0 8px 0 0;
}
#headerbreadcrumb li.firstNode{
	padding: 0 8px 0 0;
}
#headerbreadcrumb a{
	display: block;
}
#headerbreadcrumb a,
#headerbreadcrumb a:hover,
#headerbreadcrumb .breadcrumbtitle{
	font-size: 11px;
	text-decoration: none;
}
#headerbreadcrumb .breadcrumbtitle{
	padding-left: 0;
}
/*******Left navigation menu*******/