#menu
{
    color: #555;
    clear: both;
    margin-bottom: 2em;
}
.menuleft
{
    width: 44%;
    margin-right: 2.75em;
    float: left;
}
.menuright
{
    width: 44%;
    margin-left: 2.75em;
    float: right;
}
#menu h3
{
    color: #c00;
    font-size: 1.4em;
    font-weight: bold;
    display: block;
    line-height: 1.6em;
    padding-top: .5em;
    border-top: 1px solid #e7e7e7;
}
#menu h5
{
    color: #555;
    font-size: 1.1em;
    font-weight: normal;
    display: block;
    line-height: 1.4em;
    text-align: left;
}
#menu A:hover
{
    color: #555;
}
#menu table
{
    width: 100%;
    margin: .25em 0 1em 0;
    font-size: 1em;
}
#menu table:hover
{
    text-decoration: none;
}
#menu table colgroup col.maincol
{
    width: 80%;
}
#menu table colgroup col.sidecol
{
    width: 20%;
}
#menu table tbody tr.highlight
{
    font-weight: bold;
    background: #e2f3ff;
}
#menu table tbody tr:hover td
{
    background-color: lavender;
}
#menu table tbody tr td
{
    font-size: 1.1em;
    padding: .25em;
    border-top: 1px dotted #e7e7e7;
    text-align: left;
    padding-left: 1em;
}
#menu table tbody tr td img.tag
{
    display: none;
}
#menu table tbody tr:hover td img.tag
{
    padding-left: .25em;
    display: inline;
    vertical-align: top;
}
#menu table tbody tr:hover td img.tag a
{
    padding: 0 .25em;
}
#menu table tbody tr td.price
{
    text-align: right;
    background-image: none;
    padding-left: 0;
}
#menu table tbody tr.popular td.price
{
    background-image: none;
    font-weight: normal;
}
.boxoverheader
{
    width: 275px;
    font-size: 1.2em;
    background-color: gainsboro;
    padding: 6px 15px;
    color: #b00;
    font-weight: bold;
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
    border-top: #cccccc 2px solid;
    border-right: #cccccc 2px solid;
    border-left: #cccccc 2px solid;
    border-bottom: #cccccc 2px solid;
    line-height: 150%;
}



.boxoverbody
{
    width: 275px;
    font-size: 1.2em;
    background-color: #f7f7f7;
    padding: 3px 15px 15px 15px;
    color: #555555;
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
    border-right: #cccccc 2px solid;
    border-left: #cccccc 2px solid;
    border-bottom: #cccccc 2px solid;
    line-height: 120%;
}
