/**************************************** MENU2 ***************************************/
.menu2 {
    padding: 0 0 0 0;
    margin: 0;
    list-style: none;
    height: 35px;
    background: #fff url(./images/button1.gif);
    position: relative;
    border: 1px solid #000;
    border-width: 0 1px;
    border-bottom: 1px solid #444;
}

.menu2 li {
    float: left;
}

.menu2 li a {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    color: #aaa;
    text-decoration: none;
    font-size: 11px;
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 0 0 0 8px;
    cursor: pointer;
}

.menu2 li a b {
    float: left;
    display: block;
    padding: 0 12px 0 4px;
}

.menu2 li.current a {
    color: #fff;
    cursor: pointer;
    background: url(./images/button3.gif);
}

.menu2 li.current a b {
    background: url(./images/button3.gif) no-repeat right top;
}

.menu2 li a:hover {
    color: #fff;
    background: #000 url(./images/button4.gif);
}

.menu2 li a:hover b {
    background: url(./images/button4.gif) no-repeat right top;
}

.menu2 li.current a:hover {
    color: #fff;
    background: #000 url(./images/button3.gif);
    cursor: default;
}

.menu2 li.current a:hover b {
    background: url(./images/button3.gif) no-repeat right top;
}

/**************************************** solidblockmenu ***************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.solidblockmenu {
    margin: 0;
    padding: 0;
    float: left;
    font: bold 13px Arial;
    width: 985px;
    overflow: hidden;
    margin: 0;
    border: 1px solid #112d48;
    background: black url(./images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li {
    display: inline;
}

.solidblockmenu li a {
    float: left;
    color: white;
    padding: 6px 11px;
    text-decoration: none;
    border-right: 1px solid white;
}

.solidblockmenu li a:visited {
    color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current {
    color: white;
    background: transparent url(./images/blockactive.gif) center center repeat-x;
}


