/* CSS Document */
ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */

#menu {
        width: 200px;
        border-style:  none none none none;
        border-color: #593a1e;
        border-size: 1px;
        border-width: 1px;
        margin: 2px;
        }

#menu li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu li a:link, #menu li a:visited {
        color: #eee8e3;
		font-size: 14px;
		font-weight: bold;
        display: block;
        background: url(menu.jpg);
        padding: 8px 0 0 10px;
        }

#menu li a:hover, #menu li #current {
        color: #e0ce22;
        background: url(menu.jpg) 0 -32px;
        padding: 8px 0 0 10px;
        }

#menu li a:active {
        color: #e0ce22;
        background: url(menu.jpg) 0 -64px;
        padding: 8px 0 0 10px;
        }

