﻿.hitek_menu_title { 
    cursor: hand; 
}

.hitek_menu {
    border: solid 1px #3a6188;
    border-top: none;
    background-image: url('../../images/dropmenutile.jpg');
    background-repeat: repeat;    
    position: absolute;
    display: none;
    width: 140px;
    z-index: 1; 
    
    font-family: verdana; 
    font-size: 8pt; 
}

.hitek_menu a { 
    text-decoration: none; 
    color: black; 
    display: block;
    padding: 4px;
    width: 132px;
    cursor: hand;   
}
.hitek_menu a:hover { 
    text-decoration: none;
    background-color: #3a6188;
    color: white;
}
