/* - - - - - - - - - - - - TABLES-BASED HORIZONTAL MENU - - - - - - - - - - - - */
div#showmenu {
     border-bottom: 0px solid #222222;
    border-top: 0px solid #222222;
    padding-bottom: 0;
}
table.toptablemenu {
    background: url("http://bckg.buco3.com/menugray.png") repeat scroll 0 0 #fff;
    border: 0 solid #274873;
    height: 58px;
    text-align: center;
}
.toptablemenu_space {
    color: #FFFFFF;
    display: block;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}
table.toptablemenu a {
    color: #274873;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
}
table.toptablemenu a:hover {
    color: #274873;
    font-size: 14px;
}
table.toptablemenu a:focus {
    color: #274873;
    font-size: 14px;
}
table.toptablemenu a:visited {

}
/* - - - - - - - - - - - - DROPDOWN PORTION - - - - - - - - - - - - */

.toptablemenu_dropmenudiv {
    border-bottom: 2px solid #ffcc00;
    border-left: 2px solid #ffcc00;
    border-right: 3px solid #ffcc00;
    width: 200px;
    text-align: left;
}
.toptablemenu_dropmenudiv a {
    background-color: #d0d0d0;
    color: #274873;
    font-size: 12px;
    padding: 7px;
}
.toptablemenu_dropmenudiv a:visited {
    font-size: 12px;
    color: #274873;
}
.toptablemenu_dropmenudiv a:hover {
    background-color: #274873;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}
