﻿/* Start of the styles for the structure of the navigation page */
#divLeftHandColumn
{
    float: left;
    margin-right: 10px;
    width: 200px;
}
#divMainColumn
{
    float: left;
    overflow: hidden;
    width: 744px;
}
#divBreadcrumbs
{

}
#divContent
{
    
}

/* Hide specific sections of the navigation to help prevent the nav getting too long */
#ulVNav li.l2
{
    display: none;
}
#ulVNav li.l3
{
    display: none;
}
#ulVNav li.open
{
    display: block;
}

/* End of the styles for the structure of the navigation page */
