/* block top links */
ul#header_links {
	list-style-type: none;
	float: right;
	margin-top:15px;
}
#header_links li {
	color:#535355;
	font: bold 14px/19px "Oswald",sans-serif;
	/*text-transform:uppercase;*/
	float: left;
	padding: 0 5px;
	/*border-left:3px solid #333;*/
	line-height:11px;
	
}
#header_links li:first-child {border:none;}
#header_links a {text-decoration: none;color:#000;}
#header_links a:hover {text-decoration:none; color:#2dcc70;}

/*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: #000;
	background:url(/modules/blockpermanentlinks/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
}

/*
     */
/*
*/