
.top_menu   
{ 
font-family: Arial; 
font-size: 10pt; 
color: #7E0100; 
text-decoration:none; 
font-weight:bold; font-style:italic 
}

a:hover.top_menu     
{ 
font-family: Arial; 
font-size: 10pt; 
color: #FFCC00; 
text-decoration:none; 
font-weight:bold; font-style:italic 
}



a.mnuHdrLink
{
	color: #FFCC00;
	text-decoration: none
}

a:visited.mnuHdrLink
{
	color: #FFCC00;
	text-decoration: none
}

a:hover.mnuHdrLink
{
	color: #7E0100;
	text-decoration: none
}

.menuHdr
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #7E0100;
	color: #FFCC00;
	padding:0 
}

.menuHdrSel
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	padding:0; 
	background-color: #FFCC00;
	color: #7E0100;
	cursor: hand
	
}