.defaultHead
{   height   : 210px;
    overflow:hidden;
 /*   border-width:12px;
    border-style:solid;
    border-color:Red;*/
}
.flashHeadWrapper
{
    position: relative;
    margin: 0px auto;
    width: 800px;
    text-align: center; /*** border-width: 1px; 	border-color: Green; border-style: solid; ***/
}

.flashHead
{
    position: relative;
    z-index: 00;
    background-color: #3366ff;
    border-width: 1px;
    border-top-width: 0px;
    border-style: solid;
    border-color: #3366ff;
    width: 755px;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
}

.navBarWrapper
{
    position: relative;
    top: -34px;
    width: 800px;
    margin: 0px auto;
    text-align: center; /*** border-width: 1px; border-color: Purple; border-style: solid; ***/
}
.navDouble
{
    background: url( 'images/banner_logo_double.gif' ) no-repeat top left;
    height: 185px;
    width: 783px;
    z-index: 100;
    margin: 0px auto;
    padding: 29px 0px 0px 0px;
    text-align: left;
}

.navItemSep
{
    color: Red;
}

.navItemList
{
    /*height:12px;*/
    margin-top: 0px;
    margin-left: 160px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    line-height: 23px;
}
.navItemList ul
{
    margin: 0px;
    padding: 0px;
}
.navItemList ul li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline;
}

.navItemList ul li a
{
    padding: 0px;
    color: White;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;
    text-decoration: none;
    margin: 0px 4px 0px 4px;
}

.navItemList ul li a:hover
{
    padding: 0px;
    color: #FFEC01;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;
    text-decoration: underline;
    margin: 0px 4px 0px 4px;
}
