a.hoverBtn {
	color:#BBB;
	position: relative;
	float: left;
	/*margin: 20px 40px 0 0;*/
	padding-top:2px;
	text-decoration: none;
	font-family:"Arial Black", Gadget, sans-serif;
	text-transform: capitalize;
}
a.hoverBtn:hover {
	text-decoration: none;
}

#header.paintings a#paintings.hoverBtn,
#header.about a#about.hoverBtn,
#header.prints a#prints.hoverBtn,
#header.news a#news.hoverBtn,
#header.contact a#contact.hoverBtn {
	/*color: #333;
	background: #eee;*/
	border-bottom: 3px solid #DDD;
}

a.hoverImg {
	float: left;
	background:url(../images/andybeck_logo.gif) no-repeat;
	width:170px;
	height:17px;
}
a.hoverImg img {
	border:none;
	display:none;
}