#bex_header {
margin: 0 auto;
padding: 0;
width:700px;
height:148px;
}

/* #bex_logo {
display: none;
} */

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

#bex_header #middle {
width: 700px;
height: 38px;
background: #036 url(../imgs/bg_bex-middle.jpg) top left no-repeat;
border: 0px;
}

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

#bex_nav {
position: relative;
top: 10px !important; /*for safari-firefox */
top: 8px; /* for explorer */
width: 385px;
text-align: center;
float: right;
}

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

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

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

.pagetitle {
	margin: 0 0 .75em 0;
	padding: 3px 0 6px 0;
	font-size: 130%;
	_font-size: 140%;
	font-weight: bold;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	color: #144274;
	border-bottom: solid 1px #000;
	}

/* sidebar */
#sidebar .bex_box {background: #fff;/*url(imgs/bg_boxbody-bottom.gif) bottom left no-repeat;*/ padding: 0 7px 7px 7px; border: solid 1px #000;}

#sidebar .bex_box h4 {background: #003371 url(../imgs/bg_bex-boxtop.jpg) top left no-repeat; padding: 5px 5px 4px 6px; border-bottom: solid 1px #000; margin: 0 -7px 5px -7px; color: #fff;}
