/* $Id: menu.css,v 1.1 2005-01-21 14:04:15-05 andy Exp marry $ */

A.barText,A.barText:hover,A.barText:visited,A.barText:hover:visited {
	color: #FFFFFF;
	font-size: 10px;
	font-family: verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
A.barOver,A.barOver:hover,A.barOver:visited,A.barOver:hover:visited {
	color: #005295;				
	font-size: 10px;
	font-family: verdana, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
A.popText,A.popText:hover,A.popText:visited,A.popText:hover:visited {
	color: #005295;				
	font-size: 10px;
	font-family: verdana, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
A.popOver,A.popOver:hover,A.popOver:visited,A.popOver:hover:visited {
	color: #005295;			
	font-size: 10px;
	font-family: verdana, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
/*add to check active state
A.m1CL0:active,A#topFold:active {
	color: #be0000;			
}
Ending active state check*/
TABLE.menuShow {
    position: absolute;
    top: 0;
    left: 0;
	display: inline;
	z-index: -99;
}
TABLE.menuHide {
	display: none;
}
TD.barMenu {
	text-align: center;
	padding: 3px 0px 3px 0px;
}
TD.popMenu {
	text-align: left;
	padding: 3px 0px 3px 0px;
}
TD.subMenu {
	text-align: right;
	padding: 3px 0px 3px 0px;
}