ul.submenu {
    width: 300px;
}


fieldset {
    background-color: #CCC;
    max-width: 500px;
    padding: 16px;
    border-style: outset;
    display: table;
}

fieldset legend {
    background: #CCCCCC;
    color: white;
    position: relative;
    top: -9px;
    left: 0px;
    padding: 5px 20px;
    /*font-size: 110%;*/
    font-weight: bolder;
    border-radius: 3px 3px 0 0;
}

tbody td {
    padding: 2px;
}

html, body {
  background-color: darkmagenta;
    color: white;
}

#topbar, #topmenu, #topmenuinner {
    background-color:purple;
    color: white;
}

a {

}

a:hover {

}


ul.menu {

}
.submenu, li.menu-text a {

}


