@CHARSET "ISO-8859-1";

#menu {
    float: right;
    margin: 25px 5px 10px 10px;
}

#menuList {
    margin: 0;
    padding: 0;
}

#menuList li {
    float: left;
    list-style: none;
    font: 11px Tahoma, Arial;
    height: 26px;
}

#menuList .button {
    background: url(../images/menu/background.gif) repeat-x;    
}

#menuList li a {
    display: block;
    padding: 5px 12px;
    text-decoration: none;
    color: #666;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    border-right: 1px solid #ccc;
}
 
#menuList li a:hover {
	background: url(../images/menu/background_selected.gif) repeat-x;
}
