/* block top links */
ul#header_links {
	display: inline;
/* float: left; */
list-style-type: none;
top: 14px;
position: absolute;
/* text-align: right; */
/* width: 1001px; */
/* right: 11px; */
z-index: 2;

}
#header_links li {
	display: inline;
    line-height: 11px;
    padding: 0 8px;
	float:right;font-size:14px;
}
#header_links li:first-child {border:none;}
#header_links a {text-decoration: none; color:#fff; 	 background: url("../../../img/pipe1.png") no-repeat scroll left center transparent; padding-left:16px;font-size:14px; text-transform:capitalize}
#header_links a:hover {
    background: url("../../../img/pipehover.png") no-repeat scroll left center transparent;
    color: #FFCD0F;
    text-decoration: none;font-size:14px; text-transform:capitalize
}
#header_links li:last-child {border:none;background:none; color:#FFCD0F; }

/*block permanent links right and left columns*/
.permanent_links_block li {border-bottom: 1px dotted #eee}
.permanent_links_block li a {
	 background: url("../../../img/pipe1.png") no-repeat scroll left center transparent;
    color: #FFFFFF;
    padding: 0 0 0 16px;
    text-transform: capitalize;
 
}

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