body {
background-color: #020161;
}

#global {
position: relative;
margin-left: auto;
margin-right: auto;
width: 588px;
}

#navbar ul {
list-style: none;
padding: 0;
margin: 0;
width:548px;
background-color: #046135;
}

#navbar li
{
float: left;
margin: 0px;
}

#navbar li a
{
font-family: arial, "lucida console", sans-serif;
font-size: 11px;
height: 29px;
line-height:29px;
float: left;
width: 100px;
display: block;
border-right: 1px solid #f2fbf6;
color: #FFF;
text-decoration: none;
text-align: center;
background: url(bgnav.jpg) #046135 repeat-x;
}

#navbar li a:hover {
background:#05874b;
color:#FFF
}