body {
	margin: 0px;
	padding: 0px;
	background-color: #1F191D;
	background-image: url(images/bg.jpg);
}
.body_text {
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #990000;
}


.navi {
	font-family: verdana;
	font-size: 12px;
	color: #FCD6CF;
	height: 25px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F191D;
	
}
.navi a{
	color: #FCD6CF;
}

ul.menu { 
	list-style: none;
	margin: 0;
	padding: 0;
	width:248px;
	height: 25px;
}

 ul.menu li {
	height:25px;
	position: relative;
	float:left;
	width:248px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F191D;
	font-family: verdana;
	font-size: 12px;
	line-height: 25px;
	text-indent: 10px;
	}
	
ul.menu  li ul li{
	background:#890407;
	}

ul.menu  li a{
	display:block;
	height: 25px;
	color: #FFFFFF;
	}

ul.menu  li a:hover {
	color: #FFFFFF;
	height: 25px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1F191D;
	border-bottom-color: #1F191D;
	border-left-color: #1F191D;
	background-color: #890407;
}

ul.menu  li ul li a:hover{
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #C82840;
}

ul.menu  ul {
	position: absolute;
	top: 0;
	display:none;
}

ul.menu  li:hover ul{
	display: block;
	left:200px;
	height: 25px;
}
