.menuGroup {
	font-family: Arial, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
	}
.menuGroup:hover {color: Blue;}
.menuItem{
	font-family:tahoma;
	font-size:10px;
	color:#666666;
}
.menuItem:hover{
	color: Blue;
	background-color: #FFD700;
}
.menuItemYellow:hover {color: Blue;}
.txt{font-family:tahoma;font-size:12px;color:#333333}
.news{font-family:tahoma;font-size:10px;color:#666666;}
.link:hover {background-color: #FFD700;color: blue;}
.txol{
	color="#C1B890";
}
.txol:hover {
	color: Blue;
	background-color:orange;
}
.siteURL {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #DBDBE3;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: transparent;
	}
.siteURL:hover {
	text-decoration: underline;
