  a.menu:link, a.menu:active, a.menu:visited {
	border-left: 4px solid #BDEB57;
	border-bottom: 1px solid #E5E5E5;
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	border-right-width: 0px;
	border-right-color: #BDEB57;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	cursor: default;
	display: block;
	margin-left: 0px;
	font-size: xx-small;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: Gray;
	font-family: "Trebuchet MS";
	background-color: #E5E5E5;
}

  a.menu:hover {
	border-left: 4px solid #EB68B8;
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	text-align: left;
	text-decoration: none;
	display: block;
	font-size: xx-small;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	color: #EB68B8;
	font-family: "Trebuchet MS";
	background-color: White;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: White;
	scrollbar-arrow-color: #9B8646;
	scrollbar-3dlight-color: #030303;
	scrollbar-darkshadow-color: #030303;
	scrollbar-face-color: #030303;
	scrollbar-highlight-color: #030303;
	scrollbar-shadow-color: #030303;
	scrollbar-track-color: #030303;
}
body,td,th {
	color: #909090;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0;
	line-height: 10px;
}
