ul#nav {
    margin:0;
    padding:0;
    list-style:none;
}
ul#nav li {
    color:#c1c1bf;
    background:url(../images/menu_dotted.gif) repeat-x left bottom;
    line-height:20px;
}
ul#nav li a {
    color:#c1c1bf;
    text-decoration:none;
    padding-left:15px;
    background:url(../images/menu_arrows.gif) no-repeat 0 50%;
}
ul#nav li a:hover {
    color:#984769;
}


body#home_page #home_link,
body#brands_page #brands_link,
body#difference_page #difference_link,
body#focus_page #focus_link,
body#investment_page #investment_link,
body#portfolio_page #portfolio_link,
body#team_page #team_link,
body#media_page #media_link,
body#contact_page #contact_link,
body#brand_facts_page #brand_facts_link,
body#vision_page #our_vision_link
{
    color:#984769;
    background:url(../images/menu_arrows_on.gif) no-repeat 0 50%;
}


