

ul {
    margin:0;
    padding:0;
}

span{
    width:150px;
    height:25px;
    float:left;
    color:#191919;
    text-align:center;
    overflow:hidden;
    padding-top: 10px;
}

.topmenu{
    color:#eaeaea;
    text-decoration:none;
    font-weight: bold;
    font-size: 11px;
}

.subtext{
        padding-top:15px;
    }

/*Menu Color Classes*/
.orange{background:#e68a2e;}
.red{background:#cc3333;}
.purple{background:#333399}
.blue{background:#52728a;}