@charset "utf-8";
/* CSS Document */

ul{
	margin:0;
	padding:0;
	list-style:none;
	width:850px;
	float:left;
	/*background:url(images/navbar2.png) repeat-x;*/
}

ul li {
	float:left;
}

ul a{
	display: block;	
	line-height:1.5em;	
	text-decoration:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	
}

ul .first a {
	background:none;
}

ul a:hover {
	color:#000;
}

.last{
	background:none;
}



#menu_btm a{
	display:block;
	width:10em;
}

#menu_btm ul{
	margin:0 auto;
	padding:0 0 0 6em;
	list-style:none;
	background:none;
	width:1000px;
}

#menu_btm ul li{
	float:left;
}

#menu_btm ul a{
	display: block;	
	padding: 0 0 0 0;
	line-height:5.5em;
	/*background:url(../images/divider.png) repeat-y right top;*/
	text-decoration:none;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin:0 auto;
}

#menu_btm ul .first a {
	background:none;
}

#menu_btm ul a:hover {
	color:#fd0303;
}

#menu_btm .last{
	background:none;
}

#menu_btm ul li .spaceleft_testimonial_bottom {
  margin-left:15px;
}
#menu_btm ul li .spaceleft_covenant_bottom {
  margin-left:10px;
}
