A {
	color : Yellow;
	font-weight : bold;
}

A:ACTIVE {
	color : Red;
}

A:HOVER {
	color : Red;
}

A:LINK {
	color : Navy;
}

A:VISITED {
	text-decoration : none;
}

.submen2 {
	color : #CEFFFF;
	text-decoration : none;
	font-weight : normal;
	font-variant : normal;
	font-style : italic;
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
}

.submen2:HOVER {
	color : Navy;
	text-decoration : none;
}

.submen1 {
	color : Silver;
	text-decoration : none;
	font-weight : normal;
	font-variant : normal;
	font-style : italic;
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
}

.submen1:HOVER {
	color : Navy;
	text-decoration : none;
}







