.cms_menu_title { 
    cursor: hand; 
}

.cms_menu {
    border: solid 1px #3a6188;
    border-top: none;
    background-image: url('../images/homedrop_tile.gif');
    background-repeat: repeat-y;    
    position: absolute;
    display: none;
    width: 170px;
    z-index: 1; 
    
    font-family: verdana; 
    font-size: 8pt; 
}

.cms_menu a { 
    text-decoration: none; 
    color: white; 
    display: block;
    padding: 4px;
    width: 162px;
    cursor: hand;   
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
}
.cms_menu a:hover { 
    text-decoration: none;
    background-color: #1a4168;
    color: white;
}


