div.nav-links {
	margin: 10px 19px;
	width: 704px;
	background-image: url(/images/nav-bg.jpg);
	height: 30px;
	padding-left: 10px;
}

.nav-links a {
	display: block;
	float: left;
	padding: 7px 14px 0 3px;
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px #CCCCCC solid;
	line-height: 1em;
	height: 20px;
}
#social-div a{
	border-right: none;
	padding: 7px 1px 0 3px;
	
}
#social-div a:hover{
	
	background-image:none;
}

#follow {
	color:#d8f3b0;	
	font-size: 16px;
	border-right:none;
	margin-left:3px;
	margin-right:5px;
	margin-top:-2px;
}

#social-div img{
	margin: -6px 0 0 0px;
	float: right;
	border: 0;

}


.nav-links a:hover {
	background-image: url(/images/nav-bg-ro.jpg);
}
.nav-links img {
	margin: 3px 5px 0 5px;
	float: left;
	border: 0;
}