﻿.TopMenuGroup
{
  border:solid 0px;
  background-color:3276a3;
}

.MenuGroup
{
  border:solid 0px;
  background-color:ffffff;
}

.TopMenuItem
{
  background-image: url(images/menu_up.jpg); 
  color:ffffff;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  text-align:center;
  width:160px;
  height:31px;
  cursor:pointer;
}

.TopMenuItemHover
{
  background-color:ffffff;
  color:3276a3;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  text-align:center;
  width:160px;
  height:31px;
  cursor:pointer;
}

.MenuItem
{
  background-color:ffffff;
  color:3276a3;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  border: solid 1px white;
  cursor:pointer;
}

.MenuItemHover
{
  background-color:3276a3;
  color:ffffff;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  border: solid 1px white;
  cursor:pointer;
}


.vertTopMenuGroup
{
  border:solid 0px;
  background-color:none;
}

.vertMenuGroup
{
  border:solid 0px;
  background-color:none;
}

.vertTopMenuItem
{
  background-image: url(../images/Vert_button.gif); 
  color:ffffff;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  text-align:left;
  width:105px;
  height:30px;
  cursor:pointer;
}

.vertTopMenuItemHover
{
  background-image: url(../images/Vert_button_over.gif); 
  color:4d578c;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  text-align:left;
  width:105px;
  height:30px;
  cursor:pointer;
}

.vertMenuItem
{
  background-image: url(../images/Vert_button_sub.gif);
  background-color:none;
  color:white;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  width:169px;
  height:30px;
  border: solid 0px white;
  cursor:pointer;
}

.vertMenuItemHover
{
  background-image: url(../images/Vert_button_over_sub.gif);
  background-color:none;
  color:4d578c;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  width:162px;
  height:30px;
  border: solid 0px white;
  cursor:pointer;
}

.proTopMenuItem
{
  background-image: url(../images/Vert_button.gif); 
  color:ffffff;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  text-align:left;
  width:100px;
  height:30px;
  cursor:pointer;
}

.proTopMenuItemHover
{
  background-image: url(../images/Vert_button_over.gif); 
  color:4d578c;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  text-align:left;
  width:100px;
  height:30px;
  cursor:pointer;
}

.proMenuItem
{
  background-image: url(../images/Vert_button_sub.gif);
  background-color:none;
  color:white;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  width:140px;
  height:30px;
  border: solid 0px white;
  cursor:pointer;
}

.proMenuItemHover
{
  background-image: url(../images/Vert_button_over_sub.gif);
  background-color:none;
  color:4d578c;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  width:140px;
  height:30px;
  border: solid 0px white;
  cursor:pointer;
}

                                                                                     
