﻿.navigation
{}

.navigation .menu
{
    position: relative;
    /*margin: 7px 0px 0px 15px;*/
    left: 111px;
    top: 3px;
    height: 20px;
}

.navigation .menu a
{
    font-size: 12px;
    /*margin-right: 20px;*/
    padding: 0px 10px;
    font-weight: bold;
    background: transparent url('../images/top_nav_divider.png') no-repeat right bottom;
    height: 20px;
    display: block;
    float: left;
}

.navigation .menu .nodivider
{
    background: none;
}