/* ------------------------------------------*/
/* ---------->>> SUB navigation  <<<-----------*/
/* ------------------------------------------*/

#brandsSub { 
}

#brandsSub a {
font-family: Arial, Helvetica, sans-serif;
font-size: 9;
display: block;
text-decoration:none;
}

#brandsSub a:link
{
color: #737373;
text-decoration: none;
}

#brandsSub a:hover {
color: #44a412;
}

#brandsSub a#current {
color: #44a412;
font-weight: bold;
}