BODY
{
}
TABLE.menu
{
    FONT-SIZE: 10pt;
    WIDTH: 131px;
    COLOR: white;
    FONT-FAMILY: Arial;
    HEIGHT: 254px;
    BACKGROUND-COLOR: #014d27
}
A.menulink
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none
}
A:hover
{
    COLOR: yellow;
    TEXT-DECORATION: none
}
A
{
    COLOR: white;
    TEXT-DECORATION: none
}
TABLE.menu TD.menu
{
    BACKGROUND-COLOR: #014d27
}

/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/


.m0l0o {
	boder: 0px solid #006600
	text-decoration: none;
	align:right;
}

.m0l1o {
	boder: 0px solid #006600
	text-decoration: none;
	align:right;
}

.m0l2o {
	boder: 0px solid #006600
	text-decoration: none;
	align:right;
}

.m0l3o {
	boder: 0px solid #006600
	text-decoration: none;
	align:right;
}

.m0l0i {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	padding: 1px;
	text-decoration: none;
	align:right;
}

.m0l1i {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	padding: 1px;
	text-decoration: none;
	align:right;
}

.m0l2i {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	padding: 1px;
	text-decoration: none;
}

.m0l3i {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	padding: 1px;
	text-decoration: none;
}
