/*** styles for header ***/
div#header_start {
	height: 100px;
    width:955px;
    background:transparent url(../images/header_2009_11.jpg) top center no-repeat;
    margin:0;
}

div#header {
	height: 100px;
    width:955px;
    background:transparent url(../images/header_2009_11.jpg) top center no-repeat;
    margin:0;
}

div#datetime {
	font-size: 74%;
	text-align: left;
	float:left;
	margin-top:66px;
	padding-left:10px;
}

div#datetime span {
	white-space: nowrap;
}

div#location_bar {
    color:#000;
    font-size:.7em;
    padding:0 5px 5px ;
}

div#location_bar a {
    color:#000;
    text-decoration:none;
    font-weight:bold;
    
}  

div#location_bar span.path-current {
  /*color:#f79a19; */
  color:#000;
  font-weight:bold;
  text-decoration:underline;
} 

div#location_bar a:hover {
    text-decoration:underline;
}

div#logo_cdu {
    float:right;
    margin-top:26px;
    margin-right:-20px;
    position:relative;
    z-index:10;
}




