#esuds_header {
	margin: 0;
	padding: 0;
	width: 700px;
	height: 200px;
	background: #fff url(../imgs/bg_esuds_header.jpg) top left no-repeat;
	}
	
#esuds_logo {
	margin: 0;
	padding: 0;
	float: left;
	}
	
#esuds_logo img {
	margin:0;
	padding: 0;
	width: 228px;
	height: 200px;
	}
	
#esuds_header2 #esuds_logo {
	margin: 0;
	padding: 0;
	float: left;
	}
	
#esuds_header2 #esuds_logo img {
	margin:0;
	padding: 0;
	width: 185px;
	height: 140px;
	}
	
	
/*  new header with links   */

#esuds_header2 {
margin: 0 auto;
padding: 0;
width:700px;
height:200px;
}

#esuds_header2 #top {
width: 700px;
height: 146px;
background: url(../imgs/bg_esudsheader-top.jpg) top left no-repeat;
border: 0px;
}

/* #esuds_header #top h2 {
	font-size: 220%;
	line-height: 110%;
	position: relative;
	top: 28px;
	left: 275px;
	color: #fff;
	letter-spacing: 1px;
	}  */

#esuds_header2 #bottom {
width: 700px;
height: 54px;
background: url(../imgs/bg_esudsheader-bottom.jpg) top left no-repeat;
border: 0px;
}

#esuds_nav {
position: relative;
top: 5px;
left: 270px;
width: 430px;
/* text-align: center; */
}

#esuds_nav ul {
margin-left: 0;
padding: 0;
display: inline;
/* font-family: Trebuchet MS, tahoma, helvetica, arial, sans-serif; */
font-size: 85%;
_font-size: 75%;
font-weight: bold;
/* text-transform:uppercase;
text-shadow: 2px 2px 1px #222; */
letter-spacing: .2em;
} 

#esuds_nav ul li {
margin-left: 0;
padding: 0px .8em 0 1.2em;
border-left: 1px solid #fff;
list-style: none;
display: inline;
}

#esuds_nav ul li.first {
margin-left: 0;
padding-left: 0;
border-left: none;
list-style: none;
display: inline;
}
        
#esuds_nav ul li.last {
margin-left: 0;
padding: 0 0 0 1.0em;
border-left: 1px solid #fff;
list-style: none;
display: inline;
}
        
#esuds_nav a:link {
  color:#fff;
  text-decoration:none;
  }
#esuds_nav a:visited {
  color:#fff;
  text-decoration:none;
  }
#esuds_nav a:hover {
  color:#fedb81;
  text-decoration:underline;
  } 
  
  
#esuds_nav li.off ul, #nav li.on ul {
  /*hide the subnavs*/
  display: none;
}


/*  end new header with links  */
	
	
	
.pagetitle {
	margin: 0 0 .75em 0;
	padding: 2px 0 6px 0;
	font-size: 130%;
	_font-size: 140%;
	font-weight: bold;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	color: #003992;
	border-bottom: solid 1px #235ea3;
	}
	
	
	
/* sidebar */
#sidebar .esuds_box {
	background: url(../imgs/bg_esuds-boxbody.gif) bottom left no-repeat;
	padding: 0 7px 7px 7px;
	border-width: 0;
	}

#sidebar .esuds_box h4 {
	background: #7cb2ea url(../imgs/bg_esuds-boxtop.jpg) top left no-repeat;
	padding: 5px 5px 4px 6px;
	border-bottom: solid 1px #235ea3;
	margin: 0 -7px 5px -7px;
	color: #fff;
	}



