#about {    
    width: 130px;
    top: 59px;
    left: 265px;
    height: 105px;
    visibility: hidden;
    position: absolute;
}
#about a {
    background-image: url(../imgs/n_menu_bg_off.gif);
    display: block;
}
#about a:hover {
    background-image: url(../imgs/n_menu_bg_on.gif);
    //height: 21px;
    width: 130px;
}
#about a.text {
    height: 21px;
    width: 130px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    color: #666622;
}
#about a:hover.text {
    color: #666622;
}

/* investing */
#investing {    
    width: 130px;
    top: 59px;
    left: 360px;
    height: 105px;
    visibility: hidden;
    position: absolute;
}
#investing a {
    background-image: url(../imgs/n_menu_bg_off.gif);
    display: block;
}
#investing a:hover {
    background-image: url(../imgs/n_menu_bg_on.gif);
    height: 21px;
    width: 130px;
}
#investing a.text {
    height: 21px;
    width: 130px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    color: #666622;
}
#investing a:hover.text {
    color: #666622;
}

/* perspectives */
#perspectives {    
    width: 130px;
    top: 59px;
    left: 550px;
    height: 84px;
    visibility: hidden;
    position: absolute;
}
#perspectives a {
    background-image: url(../imgs/n_menu_bg_off.gif);
    display: block;
}
#perspectives a:hover {
    background-image: url(../imgs/n_menu_bg_on.gif);
    height: 21px;
    width: 130px;
}
#perspectives a.text {
    height: 21px;
    width: 130px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    color: #666622;
}
#perspectives a:hover.text {
    color: #666622;
}


/* news */
#news {    
    width: 130px;
    top: 59px;
    left: 675px;
    height: 63px;
    visibility: hidden;
    position: absolute;
}
#news a {
    background-image: url(../imgs/n_menu_bg_off.gif);
    display: block;
}
#news a:hover {
    background-image: url(../imgs/n_menu_bg_on.gif);
    height: 21px;
    width: 130px;
}
#news a.text {
    height: 21px;
    width: 130px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    color: #666622;
}
#news a:hover.text {
    color: #666622;
}

/* contact */
#contact {    
    width: 130px;
    top: 59px;
    left: 770px;
    height: 63px;
    visibility: hidden;
    position: absolute;
}
#contact a {
    background-image: url(../imgs/n_menu_bg_off.gif);
    display: block;
}
#contact a:hover {
    background-image: url(../imgs/n_menu_bg_on.gif);
    height: 21px;
    width: 130px;
}
#contact a.text {
    height: 21px;
    width: 130px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    color: #666622;
}
#contact a:hover.text {
    color: #666622;
}
