/*body {margin:25px; font:12px Verdana, Arial, Helvetica}*/
* {padding:0; margin:0}

/* title box */
.dropdown {float:left; 
padding-right:1px; 
position:relative; 
width:70px;
color:#d3c486;
text-align: center;
}

.dropdown dt {
width:70px; 

padding:0px; 
text-align:center; 
font-weight:bold; 
cursor:pointer; 
background:url(images/dropdown.gif);
}

.dropdown dt:hover {
background:url(images/dropdown_over.gif); 
width:70px;
padding:0px; 
font-weight:bold; 
cursor:pointer; 
text-align: center;
}

/* drop down item box */
.dropdown dd {
    position:absolute; 
    overflow:hidden; 
    width:185px; 
    display:none; 
    background:#fff; 
    z-index:200; 
    opacity:0; 
    margin-top:9px;
    border-right:1px solid #553001;  
    margin-left:-40px;
   
}

.dropdown ul {
    width:185px;
    list-style:none; 
    margin:auto;    
    text-align:left;
    border:1px solid #553001; 
    border-top:none;     
}
.dropdown li {
    display:inline; margin:auto;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
    display:block; 
    padding:5px; 
    color:#553001; 
    text-decoration:none; 
    background:url('../images/dropdown.gif'); repeat-x;
    width:185px;                          
}
.dropdown a:hover {background:url('../images/dropdown_over.gif'); repeat-x; color:#000;}
.dropdown .underline {border-bottom:1px solid #cfd2a4; }

/* light blue -hover: #d9e1e4 ; lightblue-dropdown item: #eaf0f2; dropdown-underline:#b9d6dc  */