/* block top links */
ul#header_links {
	list-style-type: none;
	float: left;
	margin: 5px 0 0;
}
#header_links li {
	float: left;
	margin-right: 2px;
	background: url(img/bkg_pipe.jpg) 100% 50% no-repeat;
}
#header_links li.last { margin: 0; background: none;}
#header_links a {
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #666;
	text-transform: capitalize;
	
	}


/*block permanent links right and left columns*/
#permanent_links div {border-bottom: 1px dotted #eee}
#permanent_links div a {
	display: block;
	padding: 7px 11px 5px 22px;
	color: #fff;
	background:url(img/arrow_right_2.png) no-repeat 10px 10px;
}

/* block footer links */
ul#footer_links{
	clear:both;
	text-align: center;
	padding-bottom:6px
}
ul#footer_links li{
	display: inline;
	padding:0 10px
}
