/* header CSS */
.header {
	background: #FFF;
	height: 106px;
	left: -39px;	
	position: relative;
	width: 968px;
}

.rode_menu_balk {
	background:url('../../images/bgHeaderBarOpen.gif');
	bottom: -4px;
	height:20px;
	margin-top: -4px;
	width:959px;
	font-size:9pt;
	font-weight:bold;
	color:white;
	padding-top:6px;
	padding-left:8px;
	position:relative;
}

.rode_menu_balk a {
	color:white;
	text-decoration:none;
}

.rode_menu_balk a:hover {
	text-decoration:underline;
}

/* pageHeader */
.pageHeader {
	background:transparent url(../../images/bgHeaderOpen.png) repeat-x scroll 0 100%;
	height:63px;
	left:-19px;
	margin-bottom: 15px;
	position:relative;
	width:784px;
}
.pageHeader h1, 
.pageHeader h2 {
	float: left;
	position: static;
}
.pageHeader h1 {
	color: #5B5B5B;
	font-size: 3em;
	margin: 18px 15px 0 27px;
}
.pageHeader h2 {
	color: #999;
	font-size: 1.8em;
	margin: 23px 0 0 0;
}

.breadcrumb li {
	display: inline;
	font-weight: normal;
	padding-right: 10px
}

.breadcrumb li span,
.breadcrumb li a {
	background: url('../../images/bgBreadcrumbA.gif') no-repeat 0 5px;
	font-weight: bold;
	padding-left: 18px;
} 

.breadcrumb li.first span,
.breadcrumb li.first a {
	background: none;
	font-weight: bold;
	padding-left: 0px;
} 