table.menu {
    width: 100%;
    border: none;
}

.menu-1 {
    height: 20px;
}
.menu-1 td{
    font-size: 110%;
    font-weight: bold;
    color: white;
    text-align: center;
    border: 0px;
}

span.menu-2 {
    color: black;
    font-size: 90%;
}

.menu-2 {
    height: 30px;
}

.menu-2 td {
    color: #e87816;
    font-size: 90%;
    text-align: center;
}

.menu-2 td a {
    text-decoration: none;
    color: #e87816;
    border: 0px;
}

.menu-2:link td a {
    color: #e87816;
}

.menu-2:visited td a {
    color: #e87816;
}

.menu-2:active td a {
    color: black;
}

.menu-2:hover td a {
    color: #e87816;
}


a.menu-2 {
    text-decoration: none;
    color: #e87816;
    border: 0px;
}

a.menu2:link {
    color: #e87816;
}

a.menu2:visited {
    color: #e87816;
}

a.menu2:active {
    color: black;
}

a.menu2:hover {
    color: #e87816;
}

.menu-1 td.col-1 {
    text-align: center;
    background-color: #5050ff;
}

.menu-1 td.col-2 {
    text-align: center;
    background-color: #00aa00;
}

.menu-2 td.left-col-1 {
    border-left: solid 2px #e87816;
    border-right: dotted 1px #e87816;
    border-top: solid 2px #e87816;
}

.menu-2 td.center-col-1 {
    border-right: dotted 1px #e87816; 
    border-top: solid 2px #e87816;
}

.menu-2 td.right-col-1 {
    border-right: solid 1px #e87816; 
    border-top: solid 2px #e87816;
}


.menu-2 td.left-col-2 {
    border-left:  solid 1px #e87816;
    border-right: dotted 1px #e87816;
    border-top: solid 2px #e87816;
}
.menu-2 td.center-col-2 {
    border-right: dotted 1px #e87816;
    border-top: solid 2px #e87816;
}

.menu-2 td.right-col-2 {
    border-right: solid 2px #e87816;
    border-top: solid 2px #e87816;
}


.menu-2 td.left-col-3 {
    border-left: solid 2px #e87816;
    border-right: dotted 1px #e87816;
    border-bottom: solid 2px #e87816;
}

.menu-2 td.center-col-3 {
    border-right: dotted 1px #e87816;
    border-bottom: solid 2px #e87816;
}

.menu-2 td.right-col-3 {
    border-right: solid 1px #e87816;
    border-bottom: solid 2px #e87816;
}

.menu-2 td.left-col-4 {
    border-right: solid 1px #e87816;
    border-bottom: solid 2px #e87816;
}
.menu-2 td.center-col-4 {
    border-left:  solid 1px #e87816;
    border-right: dotted 1px #e87816;
    border-bottom: solid 2px #e87816;
}

.menu-2 td.right-col-4 {
    border-right: solid 2px #e87816;
    border-bottom: solid 2px #e87816;
}


