/**************************************************
 * TOP TABS
 **************************************************/

#ui_toptabs
{
	position: relative;
	text-align: left;
	width: 903px;
	height: 40px;
}


#ui_toptabs .spacer
{
	clear:both;
	font-size: 0pt;
	height: 0px;
	
}


#ui_toptabs .tabs
{
	float: right;
}


#ui_toptabs .tabs a
{
	display:block;
	float: left;
	width: 81px;
	height: 19px;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url('../images/toptabs.png?v1.1');
	background-repeat: none;
	border: none;
	outline: none;
	margin-left: 4px;
} 

#ui_toptabs .tabs a.newsletter
{
	background-position: 0 0;
}

#ui_toptabs .tabs a.newsletter:hover
{
	background-position: 0 -19px;	
}


#ui_toptabs .tabs a.newsletter:active
{
	background-position: 0 -38px;	
}


#ui_toptabs .tabs a.facebook
{
	background-position: -85px 0;
}

#ui_toptabs .tabs a.facebook:hover
{
	background-position: -85px -19px;	
}


#ui_toptabs .tabs a.facebook:active
{
	background-position: -85px -38px;	
}


#ui_toptabs .tabs a.youtube
{
	padding: none;
	background-position: -170px 0;
}

#ui_toptabs .tabs a.youtube:hover
{
	background-position: -170px -19px;	
}


#ui_toptabs .tabs a.youtube:active
{
	background-position: -170px -38px;	
}



/*******************************
 * VB HEAD BTN
 *******************************/
#vbheadbtn
{
	position: absolute;
	left: 790px;
	top: 80px;
}

#vbheadbtn a
{
	float: right;
	display: block;
	width: 110px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	background-image: url('../images/leaveCommentBtn.png');
	background-position: 0 0;
	outline: none;
	border: none;
}

#vbheadbtn a:hover
{
	background-position: 0 -20px;
}

#vbheadbtn a:active
{
	background-position: 0 -40px;
}
