﻿#headtopnav_aspx_container
{
    float: left;
    background-color: #666666;
}

#headtopnav_aspx_containernav1
{
    float: left;
    margin-left: 20px;
    
}
#headtopnav_aspx_containernav2
{
    float: right;
    margin-right: 20px;
    margin-top: 8px;
}

#headtopnav_aspx_containernav1_inner
{
    float: left;
}

#headtopnav_aspx_containernav2_inner
{
    float: left;
}

#headtopnav_ascx_leftimg
{
    width: 7px;
    height: 31px;
    float: left;
}

#headtopnav_ascx_middle
{
    height: 31px;
    float: left; 
    margin-top: -28px;
}

#headtopnav_ascx_middle_inner
{
    height: 14px;
    margin-top: 5px;
    float: left;
    padding: 0 5px;
}

#headtopnav_aspx_containernav1_middle
{
    height: 45px;
    float: left; 
    margin-top: -42px;
}


#headtopnav_aspx_containernav1_middlecontent
{
    height: 24px;
    float: left;
    margin-top: 12px;
    padding:0 5px;
}


#headtopnav_aspx_containernav1_middlecontent .separateitem
{
    display: inline;
    font-weight: bolder;
    margin-left: 8px;
    margin-right: 8px;
}

#headtopnav_aspx_containernav1_leftimg
{
    width: 11px;
    height: 45px;
    float: left;
}
#headtopnav_aspx_containernav1 a
{
    font-weight: bold;
    color: BLACK;
    text-decoration: underline;
}

#headtopnav_aspx_containernav1 a:hover
{
    font-weight: bold;
    color: BLACK;
    text-decoration: none;
}

#headtopnav_aspx_containernav2 a
{
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

#headtopnav_aspx_containernav2 a:hover
{
    font-weight: bold;
    color: BLACK;
    text-decoration: none;
}


#headtopnav_ascx_middle_inner .separateitem
{
    display: inline;
    font-weight: bolder;
    margin-left: 8px;
    margin-right: 8px;
}





