#MenuList {
	color: #781D1D;
	background-color: #FFFFFF;
	width: 140px;
	float: left;
	margin-left: 2px;
}

#float {
	color: yellow;
	position: relative;
	top: -50px;
}

#MenuList a, #MenuList a:visited {
	color: #781D1D;
	position: relative;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#MenuList a span {
	display: none;
}

#MenuList a:hover {
	border-bottom-color: yellow;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
}

/* the IE correction rule */
#MenuList a:hover	{
	color: #781D1D;
	text-indent: 0; /* added the default value */
}

#MenuList a:hover span{
	background-repeat: no-repeat;
	border-bottom-color: yellow;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	filter: alpha (opacity=80);
	opacity: .8;
	color: black;
	text-decoration: none;
	Display: block;
	position: absolute;
	top: -10px;
	left: 110px;
	width: 600px;
	text-indent: 30px;
	margin: 0px;
	padding: 5px;
}

.Products {
	margin-left: 20px;
}

.RowOver {
	background-color: #ACACAC;
	color: black;
}

.RowOut {
	background-color: #FFFFFF;
	color: black;
}

body {
	background-color: #C8C8C8;
}

html {
	margin:0;
	padding:0;
	border: 0;
}

#Content {
	position: relative;
	margin-left: 10px;
	padding-right: 10px;
	overflow: auto;
	height: 283px;
}

#Container {
	font-family: Verdana, Tahoma, sans-serif;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #781D1D;
	max-width: 750px;
	min-width: 750px;
	height: 100%;
}

#EndNote {
	font-size: small;
}
