/* - - - - - - - -  THIS CSS CONTROLS THE HORIZONTAL MENU  - - - - - - - */


/* - - - - - - color and background - - - - */

div#showmenu {
    border-bottom: 0 solid #222222;
    border-top: 0 solid #222222;
    padding-bottom: 0;
}
table.toptablemenu {
    background: url("http://bckg.buco3.com/hbg-lightgray-menu.jpg") repeat scroll 0 0 #999999;
    border: 0 solid #416A9C;
    height: 30px;
    text-align: center;
}
.toptablemenu_space {
    background: url("http://images.buco3.com/divider.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    height: 35px;
    margin-top: 5px;
    opacity: 0.8;
    text-align: center;
}

/* - - - - - - text on the main menu - - - - */

table.toptablemenu a {
    color: #3f3f3f;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
    text-shadow: 1px 1px 2px #ffffff;
}
table.toptablemenu a:hover {
    color: #ffffff;
    font-size: 14px;
}
table.toptablemenu a:focus {
    color: #ffffff;
    font-size: 14px;
}
table.toptablemenu a:visited {
}



/* - - - - - - - -  drop-down portion  - - - - - - - - */

.toptablemenu_dropmenudiv {
	margin-top: 0px;
    border-bottom: 2px solid #999999;
    border-left: 2px solid #999999;
    border-right: 2px solid #999999;
    text-align: left;
    width: 220px;
}
.toptablemenu_dropmenudiv a, .toptablemenu_dropmenudiv a:visited  {
    background-color: #B9B9B9;
    color: #484848;
    font-size: 12px;
    padding: 7px;
}

.toptablemenu_dropmenudiv a:hover {
    background-color: #ffffff;
    color: #484848;
    font-size: 12px;
    font-weight: bold;
}
