@charset "utf-8";
/* CSS Document */

.menu        {
	font-family: Verdana;
	font-size: 8pt;
	background-color: #C6F708;
	color: #FFFFFF;
	z-index: 2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FF0000;
}

.submenu     {
	font-family: Verdana;
	font-size: 8pt;
	background-color: #C6F708;
	cursor: hand;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FF0000;
	border-bottom-color: #CCCCCC;
	border-left-color: #FF0000;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	cellspacing: 0px;
	color: #990000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #666666;
}

