﻿.RadMenu_WAM
{
      background: #808080; /* overall b/g colour */
      z-index: 100 !important;
      border-top: solid 2px #101010;
      border-bottom: solid 2px #101010;
      width: 100%;
}
 
/* Link */
.RadMenu_WAM .rmLink, .RadMenu_WAM .rmLink:visited
{
      background-color: #808080;
      color: #C0FF2A;
      border-right: solid 2px #101010;
      text-decoration: none;
}
/* Hover */
.RadMenu_WAM .rmLink:hover
{
      background-color: #C0FF2A;
      color: #FFF;
      text-decoration: none;
}
/* Text style */
.RadMenu_WAM .rmText
{
      font-size: 16pt;
      line-height: 24pt;
      text-transform: lowercase;
      font-family: Arial, Verdana;
}
/* Change style of selected menu item (current page) */
.RadMenu_WAM .selectedItem
{
      background-color: #FFF !important;
      color: #808080 !important;
}

