<STYLE type="text/css">
/* This defines the style for text and HREFs in the SubMenu */

A.selected:link
{
	text-decoration: none;
	font-family: Verdana;
	color: #DC380A;
}

A.selected:visited
{
	text-decoration: none;
	font-family: Verdana;
	color: #DC380A;
}


A.selected:hover
{
	text-decoration: none;
	font-family: Verdana;
	color: #DC380A;
}

A:link
{
	color: #6C00CB;
	text-decoration: none;
	font-family: Verdana;
}

A:visited
{
	color: #6C00CB;
    text-decoration: none;
    font-family: Verdana;
}

A:hover
{
	color: #003333;
    text-decoration: underline;
    font-family: Verdana;
    font-weight: normal;
}

</STYLE>
