﻿#header
{
    background-image: url(images/header.jpg);
    background-position: left top;
    width: 1000px;
    height: 204px;
    border: solid 1px transparent;
    border-bottom: none 0px;
}
#header #flash
{
    height: 130px; /*background-color: Aqua;*/
}
#header A
{
    font-size: 13px;
}
#header TABLE#menu
{
    margin-top: 25px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffdd00;
    background-image: url(images/bg-menu.jpg);
    background-position: left;
    background-repeat: repeat-y;
     padding-left:50px;
}
#header TABLE#menu TD
{
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}
#header TABLE#menu A
{
    color: #231f20;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: solid 3px #ffdd00;
}
#header TABLE#menu A:visited
{
    color: #231f20;
    text-decoration: none;
    border-bottom: solid 3px #ffdd00;
}
#header TABLE#menu A:hover
{
    color: #231f20;
    text-decoration: none;
    border-bottom: solid 3px #231f20;
}
#header TABLE#menu A.selected
{
    color: #231f20;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: solid 3px #231f20;
}

