/* Link Bar */

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

.links ul{
margin: 0;
padding: 0;
font: Arial, Helvetica, sans-serif;
font-size: 14px;
list-style-type: none;
}

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

.links li a {
float: left;
display: block;
text-decoration: none;
margin: 0;
color: white;
width: auto;
padding-left: 12px;
padding-right: 12px;
height: 50px;
line-height: 50px;
text-align: center;
margin-left: 8px;
background-position: right;
background-repeat: no-repeat;
}

.links2 li a {
margin-left: 0;
}

.links li a:visited {
color: white;
}

.links li a:hover, .links li.selected a {
color: white;
}

body#home a#home, body#link1 a#link1, body#link2 a#link2, body#link3 a#link3, body#link4 a#link4 {
}