#master-nav {
height: 51px;
background: url('/images/bulfleetV3/master_nav_bknd.jpg') repeat-x;
}

#master-nav #logo {
float: left;
height: 51px;
width: 234px;
background: url('/images/bulfleetV3/master_nav_logo.jpg') no-repeat;
}

#master-nav #logo span {
display: none;
}

#master-nav #brief-info {
float: left;
}

#master-nav #brief-info big {
color: #b0b0b0;
font-size: 11px;
margin: 10px 0 0 0;
display: block;
}

#master-nav #brief-info small {
display: block; /* IE fix */
font-size: 9px;
color: #606060;
}

#master-nav #brief-info small strong {
color: #b0b0b0;
}

#master-nav ul {
list-style: none;
float: right;
padding: 0px 10px 0 0;
_padding: 11px 10px 0 0;
}

#master-nav ul li {
float: left;
height: 23px;
background: url('/images/bulfleetV3/master_nav_list_right.jpg') right 0 no-repeat;
padding: 0 5px 0 0;
margin: 0 7px 0 0;
}

#master-nav ul li a {
float: left;
display: block;
height: 23px;
line-height: 23px;
background: url('/images/bulfleetV3/master_nav_list_left.jpg') no-repeat;
padding: 0 5px 0 20px;
font-size: 9px;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
color: #b1b199;
}

#master-nav ul li a:hover {
color: #fff;
text-decoration: underline;
}

#master-nav ul li#newMsg {
background: url('/images/bulfleetV3/master_nav_list_new_right.jpg') right 0 no-repeat;
}

#master-nav ul li#newMsg a {
background: url('/images/bulfleetV3/master_nav_list_new_left.jpg') no-repeat;
}

#header {
height: 117px;
background: url('/images/bulfleetV3/header_bknd.jpg') repeat-x;
}

#header .sub {
height: 117px;
background: url('/images/bulfleetV3/header_bknd3.jpg') no-repeat;
}

#content {
border-top: 1px solid #737373;
}