.menuHeading {
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	letter-spacing : 1px;
	color : Black;
}

A.menu:LINK, A.menu:VISITED, A.menu:ACTIVE  {
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	letter-spacing : 1px;
	border : 1px;
	text-decoration : none;
	color : White;
	border-color : Blue;
}
	
A.menu:HOVER {
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	letter-spacing : 1px;
	border : 1px;
	text-decoration : none;
	color : White;
    display : block;
	background-image:url(../images/fade_menu.gif)
}

A.menuRS:LINK, A.menuRS:VISITED, A.menuRS:ACTIVE  {
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	letter-spacing : 1px;
	border : 1px;
	text-decoration : none;
	color : #FFFF00;
	border-color : Blue;
}
	
A.menuRS:HOVER {
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	text-decoration : none;
	color : #FFFF00;
	display : block;
	background-image:url(../images/fade_menu.gif)
}

A.HighLight:LINK, A.HighLight:VISITED, A.HighLight:ACTIVE {
	font-family : Verdana;
	font-size : 11px;
	font-style : normal;
	color:#0033CC;
}

A.HighLight:HOVER {
	font-family : Verdana;
	font-size : 11px;
	font-style : normal;
	color:#0033CC;
	text-decoration:underline;
}
