/* 

		MenuClass { "m" }
		ActiveSelectedClass { "as" }
		SelectedClass { "s" }
		GroupSelectedClass { "gs" }
		ActiveClass { "a" }
		GroupActiveClass { "ga" }
		NormalClass { "n"; } }
		GroupNormalClass { "gn" }

		PopupClass { "p" }
		PopupActiveClass { "pa" }
		PopupGroupActiveClass { "pga" }
		PopupNormalClass { "pn" }
		PopupGroupNormalClass { "pgn" }
		PopupSelectedClass { "ps" }
		PopupGroupSelectedClass { "pgs" }

*/
/* Root menu <TD>: ActiveSelected, Selected, GroupSelected, Normal and GroupNormal */
td.as, td.s, td.gs, td.n, td.gn {
	color: black;
}
/* Root menu <TD>: Active and GroupActive */
td.a, td.ga
{
	background-color: #578B57;
}
/* Root menu <A>: ActiveSelected, Selected, GroupSelected, Normal and GroupNormal */
td.as a, td.s a, td.gs a, td.n a, td.gn a {
    FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; COLOR: White; TEXT-DECORATION: none; font-weight: normal;
}
/* Root menu <A>: Active and GroupActive */
td.a a, td.ga a
{
    FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; COLOR: White; TEXT-DECORATION: none; font-weight: normal;
}
/* Root menu <A> hover state */
td.as a:hover, td.s a:hover, td.gs a:hover, td.a a:hover, td.ga a:hover, td.n a:hover, td.gn a:hover {
	color: White; text-decoration: none; font-weight: normal;
}
/* Root menu <A> visited state */
td.as a:visited, td.s a:visited, td.gs a:visited, td.a a:visited, td.ga a:visited, td.n a:visited, td.gn a:visited {
	color: White; text-decoration: none; font-weight: normal;
}
/* Popup menu <TR>: Active, GroupActive, Normal, GroupNormal, Selected, GroupSelected */
tr.pa, tr.pga, tr.pn, tr.pgn, tr.ps, tr.pgs
{
	padding: 4px;
}
/* Popup menu <TR><TD CLASS=A>: Active, GroupActive, Normal, GroupNormal, Selected, GroupSelected */
tr.pa td.a, tr.pga td.a, tr.pn td.a, tr.pgn td.a, tr.ps td.a, tr.pgs td.a
{
    border-color: #8FC38F;
    border-bottom-color: #1A4E1A;
    border-top-width: 1;
    border-right-width: 0;
    border-bottom-width: 1;
	border-left-width: 1;
    border-style: solid;
    background-color: #578B57;
}
/* Popup menu <TR><TD CLASS=A>: Active, GroupActive */
tr.pa td.a, tr.pga td.a
{
    background-color: #336633;
}
/* Popup menu <TR><TD CLASS=B>: Active, GroupActive, Normal, GroupNormal, Selected, GroupSelected */
tr.pa td.b, tr.pga td.b, tr.pn td.b, tr.pgn td.b, tr.ps td.b, tr.pgs td.b
{
    border-color: #8FC38F;
    border-bottom-color: #1A4E1A;
    border-top-width: 1;
    border-right-width: 0;
    border-bottom-width: 1;
    border-left-width: 0;
    border-style: solid;
    background-color: #578B57;
    FONT-FAMILY: Verdana, Helvetica, sans-serif; FONT-SIZE: 11px; color: white; TEXT-DECORATION: none; font-weight: normal;
}
/* Popup menu <TR><TD CLASS=B>: Active, GroupActive */
tr.pa td.b, tr.pga td.b
{
    background-color: #336633;
}
/* Popup menu <TR><TD CLASS=C>: Active, GroupActive, Normal, GroupNormal, Selected, GroupSelected */
tr.pa td.c, tr.pga td.c, tr.pn  td.c, tr.pgn td.c, tr.ps td.c, tr.pgs td.c
{
    border-color: #8FC38F;
    border-bottom-color: #1A4E1A;
    border-right-color: #1A4E1A;
    border-top-width: 1;
    border-right-width: 1;
    border-bottom-width: 1;
    border-left-width: 0;
    border-style: solid;
    background-color: #578B57;
}
/* Popup menu <TR><TD CLASS=C>: Active, GroupActive */
tr.pa td.c, tr.pga td.c
{
    background-color: #336633;
}

tr.pn a, tr.pgn a, tr.ps a, tr.pgs a 
{
    FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; color: white; TEXT-DECORATION: none; font-weight: normal;
}

tr.pa a, tr.pga a
{
    background-color: #336633;
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; color: white; TEXT-DECORATION: none; font-weight: normal;
}

tr.pa a:hover, tr.pga a:hover
{
	text-decoration: none; color: white; font-weight: normal;
}

tr.pa a:visited, tr.pga a:visited, tr.pn a:visited, tr.pgn a:visited, tr.ps a:visited, tr.pgs a:visited
{
	color: white; font-weight: normal;
}
