/* Default CSS*/

table.submenu, tr.submenu, td.submenu  {
	background-color: #23228A;
	border: 1px solid;
        border-color: #000000;
        BORDER-COLLAPSE: collapse;
	font-family : arial, verdana, helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

a.menu:link, a.menu:visited  {
	font-family : verdana,arial,helvetica,sans-serif;
	color : white;
	font-size : 12px;
	text-decoration : none;
	font-weight: normal;
}

a.menu:active, a.menu:hover  {
	font-family : verdana,arial,helvetica,sans-serif;
	color : yellow;
	font-size : 12px;
	font-weight: normal;
	text-decoration : none;
}
