/* block top links */
ul#header_links {
	list-style-type: none;
	float: right;
	list-style: none; margin: 0px 12px 0px 0px; padding: 0px;
}
#header_links li {
	float: left;
	margin: 0px 14px;
	padding: 0px;
	border: none;
	line-height:11px;
}
#header_links li:first-child {border:none;}
#header_links a {color: #fff; display: inline-block; line-height: 18px; text-decoration: underline; text-shadow: #24385a 0px 1px 0px; font-size: 11px; font-family: Verdana, "Verdana", sans-serif;}
#header_links a:hover {text-decoration:none}

/*block permanent links right and left columns*/
.permanent_links_block li {border-bottom: 1px dotted #eee}
.permanent_links_block li a {
	display: block;
	padding: 7px 11px 5px 22px;
	color: #333;
	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
}