.linkb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A2512;
	font-weight: bold;
}
.linka {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	text-align: center;
	font-weight: bold;
	color: #3A2512;
}

#tabs1 li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#tabs1 a {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;  
	background-position: 0 .4em;
	padding-left: 15px;
	float: left;
	line-height: 16px;
	font-weight: bold;
	margin: 0 10px 4px 15px; 
	text-decoration: none;
	color: #333; 
	}
	
#tabs1 a:hover {
	background-image: url(images/rbullet.gif);
	background-repeat: no-repeat;  
	background-position: 0 .4em;
	padding-left: 15px;
	color: #3A2512;
	border-left-width: 2px;
	border-left-style: bullet;
	border-left-color: #000;
	}
	
#tabs1 a:active {
	background-image: url(images/rbullet.gif);
	background-repeat: no-repeat;  
	background-position: 0 .4em;
	padding-left: 15px;
	color: #3A2512;
}

body#index #tabs1 #tab6 a,
body#whatwedo #tabs1 #tab7 a,
body#contact #tabs1 #tab8 a,
body#testimonials #tabs1 #tab9 a,
body#resources #tabs1 #tab10 a
 {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;  
	background-position: 0 .4em;
	padding-left: 15px;
	color: #cc3333;
}
