﻿
/* Top Menu Links - Smaller font when selected */

.TopMenuSelectedItem
{
/*	font-size: 10px; */
	font-size: 9px;
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
    text-decoration: none;
}

.TopMenuSelectedItemHover 
{
/*	font-size: 10px; */
	font-size: 9px;
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
    text-decoration: none;
}

.TopMenuSelectedItemActive 
{
/*	font-size: 10px; */
	font-size: 9px;
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
    text-decoration: none;
}

/* Top Menu Links - Larger font, no bold and link hover color */
.TopMenuItem
{
/*	font-size: 10px; */
	font-size: 11px;
	font-family: Arial;
/*	font-weight: bold; */
	cursor: pointer;
    text-decoration: none;
}

.TopMenuItemHover 
{
/*	font-size: 10px; */
	font-size: 11px;
	font-family: Arial;
/*	font-weight: bold; */
	cursor: pointer;
    text-decoration: underline;
	color: #E16C04;
}

.TopMenuItemActive 
{
/*	font-size: 10px; */
	font-size: 11px;
	font-family: Arial;
/*	font-weight: bold; */
	cursor: pointer;
    text-decoration: none;
}

.TopMenuGroup
{ 
	BACKGROUND-REPEAT: repeat-x;
	cursor:default; 
	text-align: right;
}

.TopSecondaryMenuGroup
{
  background-color: White;
  color: Black;
  border:1px #DFE0E2 solid; 
  border-style:solid;
  cursor:default; 
}

.TopSecondaryMenuItem
{
  background-color: White;
  color: Black;
  font-family:tahoma;
  border: 1px solid White; 
  font-size:11px; 
  cursor:default; 
}

.TopSecondaryMenuItemHover 
{
  background-color: White;
  color: Gray;
  border: 1px solid #DFE0E2; 
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.TopSecondaryMenuItemExpanded
{
  background-color: White; 
  color: #333333;
  border: 1px solid #DFE0E2; 
  border-top-color: #DFE0E2; 
  border-left-color: #DFE0E2;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.TopSecondaryDisabledMenuItem
{
  border: 1px solid #DFE0E2; 
  color:#666666;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.TopSecondaryDisabledMenuItemHover 
{
  background-color: White; 
  color:#666666;
  border: 1px solid #DFE0E2; 
  border-top-color: #9190AC; 
  border-left-color: #9190AC;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.TopSecondaryMenuBreak
{
  background-color: silver; 
  width:100%;
  height:2px;
}