.boxfortimeline{/*main text area*/
    /*declare a color together with a contrasting background color*/
    color: #C3BCCC;/*to insure readability*/
    background-color: #06204B; 
    background-image: url(images/blueback.jpg); 
    background-repeat: repeat;
    background-color: #06204B;
    margin-left: 10px;
    text-align: left;
    padding: 10px;/*space to separate sides and content*/
    font-family: Arial, Verdana, "sans serif";
    width: 800px;
    height: 400px;
    line-height: 140%;
    border: 1px solid #06204B; 
   /*to insure that NN4.xx renders the background-color of the content area*/
    }

#menu {
position: absolute; /* Menu position*/
top: 60px;
padding: 20px;
left:80px;
line-height: 40px;
width: 400px;
background-color: #06204B;
}


#menu dt {
cursor: pointer;
margin-left: 20px;
height: 30px;
font-weight: bold;
list-style-type: none;
border: 0px;
background-color: transparent;  
}

#menu dd {
margin-left: 80px;
text-align: center;
list-style-type: none;
line-height: 24px;
border: 0px;
background-color: transparent;  
}

#menu dl {
list-style-type: none;
background-color: transparent;  
border: 0px;
color: #684C34;
}

#menu li {
margin: 0px;
list-style-type: none;
background-color: transparent;  
color: #684C34;
}


#menu li a, #menu dt a {
color: #684C34;
margin: 0px;
list-style-type: none;
text-decoration: none;
background-color: transparent; 
display: block;
border: 0px;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
list-style-type: none;
background-color: transparent; 
}



