﻿body {
    margin: 0px;
    font-family: verdana, arial, sanf-serif;
}

.header {
    height: 80px;
    border-bottom: 1px solid #555555;
    background-image: url('Images/bg.png');
    background-repeat: repeat-x;
    font-size: 1.5em;
    line-height: 80px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 10px;
}

h2 {
    border-bottom: 1px dashed #ededed;
}

.specials {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    border: 1px solid #706538;
    background-color: #FFE97F;
}

.subSpecials {
    width: 500px; 
    height: 200px;
    border-left: 1px solid #706538;
    border-right: 1px solid #706538;
    border-bottom: 1px solid #706538;
}

/* =========== MAIN ========= */
.list-menu {
    width: 150px; /* this width value is also effected by the padding we will later set on the links. */
}

.list-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
}

.list-menu li {
    margin: 2px 0 0;
}

.list-menu a {
    display: block;
    width:150px;
    padding: 2px 2px 2px 10px;
    border: 1px solid #000000;
    border-left: 5px solid #000000;
    background: #D3ECFF;
    text-decoration: none; /*lets remove the link underlines*/
}

.list-menu span {
    display: block;
    width:150px;
    padding: 2px 2px 2px 10px;
    border: 1px solid #000000;
    border-left: 5px solid #000000;
    background: #FFE97F;
    text-decoration: none; /*lets remove the link underlines*/
}

.list-menu a:link, .list-menu a:active, .list-menu a:visited {
    color: #000000;
}

.list-menu a:hover {
    border: 1px solid #000000;
    border-left: 5px solid #000000;
    background: #333333;
    color: #ffffff;
}

/* =========== SUB MENU ======== */
#sub-list-menu {
    width: 150px; /* this width value is also effected by the padding we will later set on the links. */
}

#sub-list-menu ul {
    margin: 0;
    padding-left: 10px;
    list-style-type: none;
    font-size: 12px;
}

#sub-list-menu li {
    margin: 2px 0 0;
}

#sub-list-menu a {
    display: block;
    width:140px;
    padding: 2px 2px 2px 10px;
    border: 1px solid #000000;
    border-left: 5px solid #000000;
    background: #E5F9FF;
    text-decoration: none; /*lets remove the link underlines*/
}

#sub-list-menu a:link, #sub-list-menu a:active, #sub-list-menu a:visited {
    color: #000000;
}

#sub-list-menu a:hover {
    border: 1px solid #000000;
    border-left: 5px solid #000000;
    background: #321321;
    color: #ffffff;
}