#top {
color: #800000; 
background-color : #800000;
border-top: 14px solid #800000;
padding: 0px;
font-weight: bold;
}
#box{
font: 14px/22px Centaur, Berlin San FB, georgia, sans-serif;
margin: 0px 10px 0px 0px;
padding: 0px 10px 0px 0px;
width: auto;
height: 55px;
background-color: #800000;
}
#menucont {
color: #800000;
background-color : transparent;
width: 1100px;
height: 50;
position: absolute;
}
.menublock, .display {
float:left;
width:165px;
background-color: #C0C0C0;
}
.subs{
	background-color: #800000;
}
.subs a{
	display: block;
}
.menublock .subs{
display: none;
}
a.tl, a.tl:hover, a.tl:active, a.sl, a.sl:hover, a.sl:active {
	display: block;
	text-decoration: none;
	color: #800000;
	background-color: #C0C0C0;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	border-style: inset; border width: 4px; border-color: #800000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
a.tl:hover, a.tl:active , a.sl:hover, a.sl:active{ 
background-color: #000000;
	color: #800000;
text-align: center;
}
a.sl, a.sl:hover, a.sl:active{
	text-align: left;
}

