﻿/**********************
   TOPMENU LEVEL 1
**********************/
.topMenu
{
    width: 620px;
}
.topMenu, .topMenuLevel2
{
    margin: 0;
    padding: 0px 0px 0px 35px;
    float: left;
}
.topMenu li, .topMenuLevel2 li
{
    display: inline;
    float: left;
    background: none;
    padding: 0px 0px 0px 0px;
}
.topMenuLevel2 li
{
    color: #46bc00;
}
.topMenu a:link, .topMenu a:visited, .topMenu a:active
{
   color: #7d7d7d;
   font-size: 12px;
   font-weight: 700;
   text-decoration: none;    
   padding: 0px 0px 0px 0px;
   text-transform: uppercase !important;
   float: left;
}
.topMenu a:hover
{
    color: #46bc00;
}
.topMenu .separator
{
    width: 20px;
    padding: 0px 0px 0px 0px;    
    height: 24px;
    background: url(/Images/System/Backgrounds/bg-menu-separator.gif) no-repeat center 0px;
}
.topMenu a.active:link, .topMenu a.active:visited, .topMenu a.active:hover, .topMenu a.active:active
{
    color: #46bc00;
    cursor: default;
}

/**********************
   TOPMENU LEVEL 2
**********************/
.topMenuLevel2 a:link, .topMenuLevel2 a:visited, .topMenuLevel2 a:active
{
    color: #a7c005;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    float: left;
}
.topMenuLevel2 a:hover
{
    text-decoration: underline;    
}
.topMenuLevel2 .separator
{
    padding: 0px 10px 0px 8px;
    background: url(/Images/System/Backgrounds/bg-submenu-separator.gif) no-repeat center 2px;
    float: left;
}
