#navigation ul {
list-style: none;
padding: 0;
margin: 0;
width: 600px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#navigation li {
float: left;
margin: 0 0;
outline: 0;
}

#navigation li a {
background: url(../images/nav_bg.jpg) #f1f1f1 bottom left no-repeat;
height: 36px;
line-height: 35px;
float: left;
width: 119px;
display: block;
text-decoration: none;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #5b5b5b;
outline: 0;
font-weight: bold;
}

#navigation li a:hover {
background: url(../images/nav_bg_over.jpg) #f1f1f1 bottom left no-repeat;
height: 36px;
line-height: 35px;
float: left;
width: 119px;
display: block;
text-decoration: none;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #fff;
font-weight: bold;
}

#navigation ul li a.current,#navigation ul li a.current:hover{
background: url(../images/nav_bg_over.jpg) #f1f1f1 bottom left no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #fff;
font-weight: bold;
text-decoration: none;
text-align: center;
}