/*block top links*/
UL#header_links
{
	list-style-type: none;
	float: right;
	/*margin-top:5px*/
}
#header_links LI
{
	float: left;
	padding: 0 20px 0 10px;
	/*border-left:1px solid #333;
line-height:20px;*/
}
#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(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;
}
