@charset "utf-8";
/* CSS Document */
<!--
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#000000;

}
body {
	background-image:url(../images/HD_6_4.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	color:#990002;
}
a:link {
	color: #990002;
	text-decoration: none;
}
a:visited {
	color: #990002;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #990002;
	text-decoration: none;
}
#menucontainer {
	float: left;
	width: 195px;
	margin: 0px;
	padding: 0px;
}
#menudiv {
	padding-right: 20px;
	padding-left: 15px;
	padding-top: 0px;
	margin-top: 0px;
}
.menu {
	list-style: none;
	margin: 0;
	padding: 0;
/*	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;*/
}
.menu li {
	list-style: none;
	margin: 0;
	padding: 2px;
/*	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;*/
}
#menutop {
	margin: 0px;
	padding: 0px;
	height: 26px;
}
.child {
	display: none;
	z-index: 500;
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent:10px;
	font-size:12px;
	font-style:italic;
}
.child li{
	list-style: none;
	margin: 0;
	padding: 2px;
	text-indent:10px;
/*	border-bottom: none;
	border-top-style: dotted;
	border-top-width: 0px;*/
}
.child a:link {
	color:#990002;
}
.child a:visited {
	color:#990002;
}
.child a:hover {
	color:#000000;
}