﻿/* Header (Site Title) 
-------------------------------------------------------------- */

#headertitle
{
    height: 63px;
    width: 220px;
    float: left;
    background: url(Images/myBMVLogo.png) no-repeat 3px 12px;
}


/* Top Navigation Menu 
-------------------------------------------------------------- */

#hnavcontainer
{
    clear: left;
    display: block;
    float: left;
    font-size: 11px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 770px;
    overflow: hidden;
}

#hnavcontainer ul
{
    clear: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#hnavinterior
{
    float: left;
}

#hnavcontainer ul li
{
    height: 51px;
    line-height: 1.1em;
    text-align: center;
    font: 11px Arial, sans-serif;
    float: left;
}

#hnavcontainer ul li a
{
    height: 37px;
    color: #011B36;
    line-height: 1em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 14px 14px 0px 14px;
    background: transparent url(../../Images/nav_bg.jpg) no-repeat right;
}

#hnavcontainer ul li.last a
{
    background-image: none;
}

#hnavcontainer ul li a:hover
{
    color: #3398E8;
    text-decoration: none;
}