
#navbar table {width:770px;}

#navbar td {
margin: 0 0 0 0;
padding: 0 0 0 5px;
text-align:  center;
font: 12px georgia, verdana, arial, helvetica, sans-serif;
text-decoration: none;
text-transform:uppercase;
width: 118px;
height: 30px;   
background: url("images/inactive.png") no-repeat left;
}

#navbar.current {
background: url("images/active.png") no-repeat left;
}

#navbar a:link {color: rgb(0,0,0); text-decoration: none; display: block; width: 110px;}
#navbar a:visited {color: rgb(0,0,0); text-decoration: none; display: block; width: 110px;}
#navbar a:hover {color: rgb(204,255,255); text-decoration: none; display: block; width: 110px;}
#navbar a:active {color: rgb(0,0,0); text-decoration: none; display: block; width: 110px;}

#navbar.current a {font-weight: bold;}

