dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#content {
position:relative;
border:0;
border-left:1px solid #FF7F7F;
border-right:1px solid #FF7F7F;
}
#menu {
position: absolute;
z-index:100;
width: 100%; /* precision for Opera */
font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
#menu dl {
float: left;
position:relative;
}
#menu dt {
background-color:#0074B7;
padding:3px;padding-left:5px;
padding-right:4px;
border:1px solid #87D3FC;
cursor:pointer;
margin-top:6px;
margin-right:2px;
margin-left:2px;
color:white;
font-size: 0.9em;
font-weight:bold;
}
			div#top {
			height:143px;
			.height:150px;
			border-bottom:6px solid #EDF7F2;
			}
#menu dd {
display: none;
border: 1px solid white;
width:136px;
margin-left:-40px;
z-index:1000;
position:absolute;
}
#menu li {
text-align: center;
background: #C4CBF9;
}
#menu li a, #menu dt a {
color: #0E5276;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #47B8F5;
}