body
{
	margin: 0;
	padding: 0;
	background: white;
	font: 80% verdana, arial, sans-serif;
}

dl, dt, dd
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

dl
{
	height: 20px;
}

dt
{
	height: 20px;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
}

#menu dl
{
	float: left;
	width: 12em;
	margin: 0;
}

#menu dt
{
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background: #B52919;
}

#menu dd
{
	border: 1px solid #B52919;
}

#menu li
{
	text-align: center;
	background: #B52919;
}

#menu li a, #menu dt a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu li a:hover, #menu dt a:hover
{
	background: #2F3192;
}

#site
{
	position: absolute;
	z-index: 1;
	top : 70px;
	left : 10px;
	color: #000;
	background-color: #ddd;
	padding: 5px;
	border: 1px solid gray; 
}

#menu li a, #menu dt a
{
	text-decoration: none;
	color: #FFFFFF;
}
