﻿
.flymenuheader {
	width: 100px;
	padding: 0px;
	margin: 0px;
	color: white;
	font-weight: bold;
	display: block;
	text-decoration: none;
}


.flymenuheaderover {
	width: 100px;
	color: white;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

.flymenu {
	position: absolute;
	visibility: hidden;
	background: #000000;
	color: white;
	border: solid #c0c0c0 2px;
	padding: 0px;
}

A.flymenuitem  {
	color: white;
	text-decoration: none;
	width: 180px;
	padding: 5px;
	display: block;
	font-family: verdana;
}

A.flymenuitemover  {
	background: #003366;
	color: white;
	text-decoration: underline;
	width: 180px;
	padding: 5px;
	display: block;
	border-top:    solid white 1px;
	border-bottom: solid white 1px;
}

.flymenu_div	{
	position: absolute;
	visibility: hidden;
}

.flymenu_div TABLE {
	background: #000000;
	color: white;
	border: solid #666666 1px;
	font-family: verdana;
}

.flymenu_TD_ie {
	width: 180px;
}

.flymenu_TD_ns {
	width: 190px;
}

.flymenu_div A	{

	background: #000000;
    background-image: url("/images/gray_grad.gif");
    background-repeat: repeat-x;
	color: white;
	text-decoration: none;
	width: 180px;
	padding: 5px;
	padding-bottom: 8px;
	display: block;
	border-top:    solid #000000 1px;
	border-bottom: solid #333333 1px;
}

.flymenu_div A:visited	
{
    
	background: #000000;
    background-image: url("/images/gray_grad.gif");
    background-repeat: repeat-x;
	color: white;
	text-decoration: none;
	width: 180px;
	padding: 5px;
	padding-bottom: 8px;
	display: block;
	border-top:    solid #000000 1px;
	border-bottom: solid #333333 1px;
}

.flymenu_div A:hover	
{
	background: #000000;
    background-image: url("/images/blue_grad2.gif");
    color: white;
	background-repeat: repeat-x;
	width: 180px;
	padding: 5px;
	padding-bottom: 8px;
	display: block;
	border-top: solid #cccccc 1px;
	border-bottom: solid #cccccc 1px;
}
