// menu Style Sheet for White Knight's Tavern
// created by Rob Watson - last modified 04/08/02

// these setting are applied for all browsers

// general styles
.sidebar, .datebar, .titlebar, .menubar {
    width: 120px;
    margin: 0px;
    padding: 0px; }

body {
    width: 120px;
    color: black;
    background-color: #b0c4de; }

// sidebar specific styles
.sidebar, .logo, .datebar {
    text-align: center; }

.titlebar, .menubar {
    text-align: left; }

.sidebar { }

.logo {
    width: auto;
    margin: 0px;
    padding: 7px 0px;
    border: 1px solid #b0c4de;
    color: black;
    background-color: #999999; } /* NS4 must have border to keep size */

.datebar {
    height: 14px;
    color: #f8f8ff;
    background-color: navy;
    font-size: 10px;
    font-weight: bold; }

// menubar specific styles
.menubar, .titlebar {
    padding-left: 10px; }

.titlebar {
    color: black;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }

.menulv1, .menulv2 {
    height: 16px; }

.menulv1 { }

.menulv2 { }

.submenu { }

.menulv1 a, .menulv2 a {
        width: 100px; }

.menulv1 a, .menulv1 a:hover, .menulv1 a:active {
    font-size: 12px;
    font-weight: bold; }

.menulv2 a, .menulv2 a:hover, .menulv2 a:active {
    padding-top, padding-bottom: 2px;
    padding-right: 0px;
    padding-left: 10px;
    font-size: 10px; }

.menulv1 a:hover, .menulv2 a:hover, .menulv1 a:hover, .menulv2 a:hover {
    color: red;
    background-color: #ffff98;
    text-decoration: none; }

.menulv1 a:active, .menulv2 a:active {
    color: green;
    background-color: #b0c4de;
    text-decoration: none; }