.On 
{ 
	font-family: verdana,arial;
	font-size: 13px;
	font-weight: bold;
	background-color: silver;
	Cursor: pointer;
	text-decoration:none;
	text-align:center;
	color: #0F3365;
	border-top:2px solid #0F3365;
	border-bottom:2px solid #0F3365;
	border-left:1px solid #0F3365;
	border-right:1px solid #0F3365;
}

.Off 
{ 
	font-family: verdana,arial;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	color: #0F3365;
	background-color: #F9D40E;
	border-top:2px solid #0F3365;
	border-bottom:2px solid #0F3365;
	border-left:1px solid #0F3365;
	border-right:1px solid #0F3365;
}

.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 200px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: silver;
}

.menu2
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 122px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: silver;
}

.menuItem
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    WIDTH: 100%;
    CURSOR: pointer;
    LINE-HEIGHT: 22px;
    BORDER-BOTTOM: white 1px solid
}

.ItemMouseOver
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    WIDTH: 100%;
    CURSOR:pointer;
    COLOR: highlighttext;
    LINE-HEIGHT: 22px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: highlight
}

A:link      {color:blue;}
A:visited   {color:blue;}
A:active    {color:blue;}
A:hover     {color:maroon;} 

.bodyText 
{ 
font-family:verdana,arial; 
font-size: 13px;
color: #003366;
}
.mediumText
{
font-family: arial,verdana;
font-size: 16px;
font-weight: bold;
color: #003366;
}
.bigText
{
font-family: arial,verdana;
font-size: 22px;
font-weight: bold;
color: #003366;
}