#webfoot{
    display:block;
    float:none;
    width:100%;
    padding:0px;
    margin:0px auto;
    text-align:center;
    font-weight:normal;
    vertical-align: middle;
    font-size:.75em;
}
#webfoot .navbar{
    display:block;
    clear:both;
    width:auto;
    height:30px;
    padding:0px;
    margin:0px auto;
    text-align:center;
}
#webfoot .navbar .navbuttons{
    display:block;
    height:30px;
    line-height:30px;
    vertical-align: middle;
    text-align:center;
    margin:0px auto;
}
#webfoot .navbar .navbuttons ul{
    display:block;
    width:auto;
    margin:0px;
    padding:0px;
    height:30px;
    color:#FFFFFF;
}
#webfoot .navbar .navbuttons li{
    display:inline;
    margin:0px;
    padding:0px 8px 0px 15px;
    color:#FFFFFF;
    font-size:1.25em;
    list-style:none;
    background: url("/main_templates/q90corp/images/circle.png") center left no-repeat;
}
#webfoot .navbar .navbuttons li a{
    color:#FFFFFF;
    text-decoration: none;
}
#webfoot .navbar .navbuttons li a:link{
    color:#FFFFFF;
    text-decoration: none;
    cursor: auto;
}
#webfoot .navbar .navbuttons li a:visited{
    color:#FFFFFF;
    text-decoration: none;
    cursor: auto;
}
#webfoot .navbar .navbuttons li a:hover{
    color:#7BE000;
    text-decoration: none;
    cursor:pointer;
}
#webfoot .copyright{
    clear:both;
    text-align:center;
    font-weight:normal;
    color:#FFFFFF;
}