/*Tab Nav-----------------------------------------------------------------------------*/

#navSquare {
        margin: 0;
        padding: 10px 0 20px 10px;
        border-bottom: 1px solid #9E9E77;
		margin-bottom: 10px;
}

#navSquare li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navSquare a:link, #navSquare a:visited {
        float: left;
        font-size: 11px;
        line-height: 14px;
        font-weight: normal;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #9E9E77;
		border:0;
}

#navSquare a:hover {
        color: #75754E;
        background: url("images/tab_active.gif") no-repeat bottom center;
}

#navSquare a:link.active, #navSquare a:visited.active{
        color: #444444;
		font-weight:bold;
        background: url("images/tab_hover.gif") no-repeat bottom center;
}