﻿
#subnavWrapper
{   
    float: left;
    width: 278px;
    margin-right: 29px;
    margin-left: 16px;
}

* html #subnavWrapper
{   
    width: 276px;
    margin-left: 9px;
}

#subnavWrapper2
{   
    float: left;
    width: 227px;
    margin-right: 29px;
    margin-left: 8px;
}


#subnav
{
    font-size: 14px;
    width: 100%;
}

#subnav ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

* #subnav ul li
{
    border-top: solid 1px #C6310E;
}

* #subnav ul li:hover
{

}

#subnav a
{
    color: #303030;
    text-decoration: none;
    display: block;
    padding: 10px 0px 10px 34px;
    background-image: url(../images/layout/arrow.png);
    background-repeat: no-repeat;
    background-position: left center;

}

#subnav a:hover
{
    color: #FFF;
    font-weight: bold;
    background-color: #C6310E;
}

#subnav a.selected
{
    color: #FFF;
    font-weight: bold;
    background-color: #C6310E;
}
