/* block top links */
ul#header_links {
	list-style-type: none;
	float: right;
	margin-top:5px
}
#header_links li {
	float: left;
	padding: 0 8px;
	border-left:1px solid #333;
	line-height:11px;
}
#header_links li:first-child {border:none;}
#header_links a {text-decoration: none}
#header_links a:hover {text-decoration:underline}

/*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: #333;
	background:url(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
}
#permanent_links_footer { width:100%; float:none; padding-top:10px; text-align:center; clear:both; }
#permanent_links_footer ul { margin:0; padding:0; }
#permanent_links_footer ul li { display:inline-block; padding:0 10px 0 10px !important; margin:0; border-left:1px solid #666666; line-height:12px; }
#permanent_links_footer ul li:first-child { border:none; }
#permanent_links_footer ul li a { line-height:14px; color: #666 !important }


@media (max-width:991px){

	#permanent_links_footer ul li a { line-height:14px; color: #fff !important } }
