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

.links {
width: 100%;
overflow: hidden;
}

.links ul {
	margin: 0;
	padding: 0;
	font-size: 16px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.links li {
display: inline;
margin: 0;
}

.links li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	color: #CCCCCC;
	border-right: 1px solid #510d0d;
	width: 149px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.links2 li a {
	border: none;
	width: 150px;
}

.links li a:visited {
color: #CCCCCC;
}

.links li a:hover {
color: white;
background-image: url(../images/linkrollover.png);
}