.header_column_1{
  clear:both;
}
#content_header_1_1{    /* logo */
  float: left;
  width: 235px;
}
.header_column_2_of_3 {   /*  top menu */
	float: right; 
	height: 25px;
	text-align: right;
}
.content_background_header_2 {
	float: right;
}
.content_color_header_2 {
	float: right;
}
.content_color_header_2 ul{
   	padding:0; 
	margin:0; margin-top: 25px; margin-right: 10px;
	list-style-type:none;
    padding-left: 5px;
	margin-left: 1px;
	float: right;
}
.content_color_header_2 ul li {
	display:inline;
	margin: 0; padding: 0; margin-right: 1px;
}
.content_color_header_2 ul li a{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #007dd7;
	font-weight:bold;
	padding: 0 10px;
	font-size: 10px;
	border-right: 1px solid #007dd7;
}
.content_color_header_2 ul li a:hover {
	text-decoration: underline;
}

/* banner, main nav */	
.header_column_3{
  clear:both;
}
/* banner */
#column_header_3 .header_custom_content {
	font-size: 0; line-height: 0;
	margin-bottom: 10px;
	display: none;
}

/* main nav */
#content_header_3_1{
	background-color: transparent;
	background-image: url(/sites/default/themes/black_blue/images/backgrounds.gif);
	background-repeat: repeat-x;
	background-position:  top left;
}
#content_header_3_1 UL{
    padding:0 15px;
	margin:0;
	height:32px;
	list-style-type:none;
}
 #content_header_3_1 li {
	display:inline;
	height:32px; line-height: 32px;
	color: #fff;
}
#content_header_3_1	 li a{
	display: inline-block;
	text-align: center;
	height: 32px; line-height: 32px; 
	padding: 0 15px;
	text-decoration:none;
	color: #fff;
	font-weight:bold;
	border-right: 1px solid #444;
	border-left: 1px solid #817e7c;
}
#content_header_3_1	 a:hover {
   	background-color: transparent;
	background-image: url(/sites/default/themes/black_blue/images/backgrounds.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left -32px;
}
#content_header_3_1 li.menu_spacer {display: none; }
/* ---------- fix later ----------- */
#content_header_3_1 li.last_item #not_a_customer {display: inline; }
#content_header_3_1 li.last_item {
	text-transform: uppercase; padding-left: 15px;
	font-weight: bold; 
}
#content_header_3_1 li.last_item a{
	text-decoration: underline;
	color: #fff;
	padding-left: 5px;
	border-left: 0; border-right: 0;
}