/* TOPMENU */

.TopTopMenuGroup
{
  background-image: url(../images/top_button.gif); 
  background-repeat:repeat-x;
  color:White;
  width:100%;
}

.TopMenuGroup
{
    background-image: url(../images/top_button.gif); 
    color:White; 
    height:25px; 
    font-size:10px; 
    width: 125px;
}

.TopTopMenuItem
{
  background-image: url(../images/top_button.gif); 
  color:white;
  font-size:10px;
  font-weight:bold;
  height:25px;
  cursor:pointer;
  text-align:center;
  border-left: solid 1px white;
}

.TopTopMenuItemHover
{
  background-image: url(../images/top_button_hover.gif); 
  color:white;
  font-size:10px;
  height:25px;
  text-align:center;
  font-weight:bold;
  cursor:pointer;
  border-left: solid 1px white;
}

.TopMenuItem
{
  height:25px;
  background-image: url(../images/top_sub_button.gif);
  background-color:White; 
  color:white;
  font-size:10px;
  font-weight:bold;
  text-align:center;
  cursor:pointer;
}

.TopMenuItemHover
{
  height:25px;
  background-image: url(../images/side_menu_button_sub_hover.gif); 
  background-repeat:repeat-x;
  background-color:White; 
  color:white;
  font-size:10px;
  font-weight:bold;
  text-align:center;
  cursor:pointer;
}

/* SIDE MENU */

.SideTopMenuGroup
{
  background-image: url(../images/top_sub_button.gif); 
  background-repeat:repeat-x;
  background-color:#FFFFFF;
  color:White;
  width:123px;
  margin-top: 2px;
  margin-left:2px;
}

.SideMenuGroup
{
    width: 120px;
    background-color:#FFFFFF;
    color:White;
    font-size:10px;
    height: 25px;
    margin-left: 0px;
    padding-left: 0px;
    cursor:pointer;
}

.SideTopMenuItem
{
  height:25px;
  background-image: url(../images/side_menu_button.gif);
  background-color:White; 
  color:white;
  font-size:10px;
  font-weight:bold;
  cursor:pointer;
}

.SideTopMenuItemHover
{
  background-image: url(../images/side_menu_button_hover.gif); 
  color:white;
  font-size:10px;
  font-weight:bold;
  height:25px;
  cursor:pointer;
  border-left: solid 1px white;
  }


.SideMenuItem
{
  background-image: url(../images/side_menu_button_hover.gif); 
  color:white;
  font-size:10px;
  font-weight:bold;
  height:25px;
  cursor:pointer;
  margin-left: 1px;
  border-left: solid 1px white;
}

.SideMenuItemHover
{
  height:25px;
  background-image: url(../images/side_menu_button_sub_hover.gif);
  background-repeat:repeat-x; 
  color:white;
  font-size:10px;
  font-weight:bold;
  margin-left: 1px;
  border-left: solid 1px white;
  cursor:pointer;
}
