﻿a {
	color: red;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
a:active {
	color: red;
	text-decoration: underline;
}
a:visited {
	color: red;
	text-decoration: underline;
}
a.Content:link {
	text-decoration: none;
	color: RED;
}
a.Content:visited {
	text-decoration: none;
	color: RED;
}
a.Content:active {
	text-decoration: none;
	color: RED;
}
a.Content:hover {
	text-decoration: underline;
	color: BLUE;
}
.Content {
	font-family:Arial, Helvetica, sans-serif
}
#MenuLeft {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
}
#MenuLeft ul {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-image:none
}
#MenuLeft li {
	border-bottom:1px solid #993300;
	color:#993300;
	font-weight:bold;
	padding-top:15px;
}
#MenuLeft ul ul {
	font-size:small;
	list-style-image:none
}

#MenuLeft ul ul li {
	font-size:x-small;
	border-bottom: 1px solid #993300;
	color: #0000FF;
	font-weight: bold;
	background-color: #CC9966;
	padding: 1px 0px 1px 0px;
}

#MenuLeft ul ul li a:link, #MenuLeft ul ul li a:visited,{
	display: block;
	padding: 1px 1px 1px 5px;
	border-bottom-color: gray;
	color: #000066;
	text-decoration: none;
}
#MenuLeft ul ul li a:hover {
	border-bottom-color: 993300;
	color: #FFFFFF;
}
