.header {position: relative; background-color: #fff; }
.content_background_header_2 {   /*  top menu */
	text-align: right;
	background-color: #fff;	
	color: #503b44;
	position: absolute; top: 0; left: 0;
	height: 30px; width: 935px; 
	border-bottom: 4px solid #5d8cc4;
	font-size: 10px;
}
.content_color_header_2 ul{
   	padding:0; margin:0; 
	list-style-type:none;
	line-height: 30px;
	text-align: right;
	padding-right: 15px;
}
.content_color_header_2 ul li {
	display:inline;
	margin: 0; padding: 0;
}
.content_color_header_2 ul li a{
	text-align: center;
	text-decoration: none;
	color: #503b44;
	font-weight:bold;
	border-right: 1px solid #503b44;
	padding: 0 8px;
}
.content_color_header_2 ul li a:hover {color: #503b44; text-decoration: underline; }

/* banner, logo */	
#content_header_1_1{    /* logo */
	position: absolute; left: 0; top: 34px;
}
#site_logo {
	font-size: 0; line-height: 0;
	height: auto; width: 935px; text-align: left;
}
#column_header_3 .header_custom_content {display: none;}  /* no main banner */
.header_column_3{
	position: static; clear:both;
	padding-top: 174px;  /* top menu + logo + padding = 34px + (logo height = 130px) + 10px*/
	background-color: #fff;
}

/* main nav */
#content_header_3_1{
	background-color: transparent;
	background-image: url(/sites/default/themes/blue_business/images/backgrounds.gif);
	background-repeat: repeat-x;
	background-position:  left top;
}
#content_header_3_1 UL{
    padding:0;	margin:0; padding-left: 20px;
	height:35px;
	list-style-type:none;
	clear: both;
}
 #content_header_3_1 li {
	display:inline;
	color: #fff;
}
 #content_header_3_1 li.menu_spacer {
	color: #fff;
}
#content_header_3_1	 li a{
	height: 35px; line-height: 35px;
	text-align: center;
	text-decoration: none;
	color: #fff; font-weight:bold;
	padding: 0 6px;
	display: inline-block; 
}
#content_header_3_1	 a:hover { 
	background-image: url(/sites/default/themes/blue_business/images/backgrounds.gif);
	background-position: left -35px; 
	background-repeat: repeat-x; 
}
#content_header_3_1 li.last_item  {padding-left: 15px; text-transform: uppercase; color: #fff; }
#content_header_3_1 li.last_item #not_a_customer { display: inline; font-weight: bold; }
#content_header_3_1 li.last_item a{display: inline-block; color: #fff; }
#bottom_header_3_1 {clear: both; }