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

#linkbar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#linkbar li {
	width: 119px;
	height: 40px;
	padding: 0;
	margin: 0;
	float: left;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#linkbar li a:link { width: 119px; height: 40px; display: block; text-decoration: none; color: white; outline: none; background-color: #660000; }
#linkbar li a:visited { width: 119px; height: 40px; display: block; text-decoration: none; color: white; outline: none; background-color: #660000; }
#linkbar li a:hover { width: 119px; height: 40px; display: block; text-decoration: none; color: white; outline: none; background-color: #460000; }
#linkbar li a:active { width: 119px; height: 40px; display: block; text-decoration: none; color: white; outline: none; background-color: #660000;}

.border {
	border-right: 1px solid black;
}