@charset "utf-8";
/* CSS Document */

#linkbar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 16px;
	overflow: hidden;
	
}

#linkbar ul li {
	padding: 0;
	margin: 0;
	float: left;
	width: 130px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	overflow: hidden;
	display: block;
}

#linkbar ul li a:link { 
	color: black; 
	text-decoration: none; 
	width: 130px; 
	height: 39px; 
	display: block; 
}
	
#linkbar ul li a:visited { 
	color: black; 
	text-decoration: none; 
	width: 130px; 
	height: 39px; 
	display: block; 
}

#linkbar ul li a:hover { 
	color: black; 
	text-decoration: none; 
	background-image: url(../images/Button-Hover-trans.png); 
	width: 130px; 
	height: 39px; 
	display: block; 
}

#linkbar ul li a:active { 
	color: black; 
	text-decoration: none; 
	width: 130px; 
	height: 39px; 
	display: block; 
}

.border {
	border-right: 1px solid #d7c4b9;
}