.menu{
font-weight: bold;
width:532px;
height:38px;
background-image:url(../images/menubg.png);
background-repeat:no-repeat;
position:absolute;
left:170px; top:50px;
}

.menu ul{
padding: 6px 10px 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; 
}

.menu ul li{
display: inline;
}

.circle{margin-right: 10px; margin-left:10px;}

.menu ul li a{
color: #203e60;
padding: 6px 0px 4px 0px; /*top padding is 6px, bottom padding is 4px*/
text-decoration: none;
}

.menu ul li a:hover, .menu ul li a.selected{
color: #009fc2;
}

