body {
margin: 0;
padding: 0;
border: 0;
background: white;
font: 90% cambria, verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main {
	width: 990px;
	margin: auto;
}
dl#navigation {
	list-style-type: none;
	height: 20px;
	/*overflow:hidden;*/
	background-color: #EAEAEA;
	width: 980px;
	margin-left: 5px;
}
dl#navigation dt {
	float:left;
	width: 140px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	/*border: 1px solid red;*/
}
ul {
	position: absolute;
	top: 165px;
	border: 1px solid gray;
	width: 138px;
	background-color: #FFF;
	display:none;
	/*left: 0;*/
	clear: both;
}
dl#navigation a, ul a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	text-align: center;
}
dl#navigation a:hover, ul a:hover {
	background: #eee;
}


/*
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
top: 155;
margin-left: 13%;
z-index:100;
width: 100%;
}
#menu dl {
width: 8em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #EAEAEA;
border: 0 none;
margin: 0;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}*/
