body { 
background : top center url(../picsSite/BORDUREBACKGROUND) no-repeat;
}



dl, dt, dd, ul, li {
text-align: left; 
margin: 0px;
padding: 0px;
list-style-type: none;
}
#menu {
position: relative;
top: 0px;
left: 0px;
z-index:5;
width: 100%;
}

#menu dl {
float: left;
width: 110px;
margin: 0px;
padding: 0px;
}
#menu dt {
cursor: pointer;
font-weight: bold;
border: 0px;
height: 27px;
background: transparent;
} 

#menu dt a {
text-decoration: none;
display: block;
border:0px;
}

#menu dd {
display:none;
position: absolute;
margin-left: 10px;
border: 0px;
}

#menu li {
width:100px;
text-align: left; 
font-size:11px;
height: 20px;
background-color:#ececec;
border-bottom: solid 1px #ffffff;
}
#menu li a {
color: #074B8F;
text-decoration: none;
display: block;
height: 20px;
padding: 3px; 
}
#menu li a:hover { 	 
color: #ffffff;
background-color:#c6d8e4;
}
