/* block top links */
ul#header_links {
	list-style-type: none;
	float: right;
	margin-top:0px;
	height:30px;
	position:relative;
	text-align:right;
	top:142px;
	z-index:1;
	right:5px;	
}
#header_links li {
	display:inline-block;
	padding: 5px 15px;
	/*line-height:11px;*/
}
.ie7 #header_links li { display:inline;}
#header_links li:first-child {border:none;}
#header_links a {text-decoration: none; color:white;} /* Dark4D */
#header_links a:hover {color:#ad3e2b; text-decoration:none;} /* Dark4D */
#header_links #header_link_contact  { background:url(../../../img/sprite.png)no-repeat ; 
	background-position: -3px -392px;
}
#header_links #header_link_contact:hover  { background:url(../../../img/sprite.png)no-repeat; 
	background-position: -247px -392px;
}

#header_links #header_link_sitemap{ background:url(../../../img/sprite.png)no-repeat; 
	background-position: -3px -432px;}
	
#header_links #header_link_sitemap:hover{ background:url(../../../img/sprite.png)no-repeat; 
	background-position: -244px -432px;}	
	
#header_links #header_link_bookmark	{ background:url(../../../img/sprite.png)no-repeat; 
	background-position: -3px -465px;}
	
#header_links #header_link_bookmark:hover	{ background:url(../../../img/sprite.png)no-repeat; 
	background-position: -244px -465px;}	
	

/*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
}
