@charset "utf-8"; 

div#header {
	position : absolute;
	top : 0px;
	width:760px;
}

div#header p {margin : 0px 0px 0px 420px; text-align : center;/*margin : 15px 8px 0px 0px;*/}

div#header p img {margin-bottom : 9px;}

ul#breadcrumb {
	list-style-type : none;
	background : url('../header_images/breadcrumbbar.gif')  no-repeat;
	height : 38px;
	margin : 0;
	padding : 8px 29px 0px 20px;
	clear : both;
	color : #f3fbea; 
}

ul#breadcrumb .left {
	float: left;
	background : url('../header_images/breadcrumbbarbit.gif') #81b915 right no-repeat; 
	padding : 6px 44px 0px 0px; height : 24px;
}

ul#breadcrumb .right {float: right; padding : 6px 0px 7px 0px; }
ul#breadcrumb li a {color : #fff;text-decoration : none;}
ul#breadcrumb li a:hover {text-decoration : underline;}
