.gbtn {
    position: relative;
    text-align: left;
    z-index: 5;
    display: block;
    top: -5px;
    left: 0px;
    padding: 0px;
    margin: 0px;
}
.gmenu_tr, .gmenu_tr a{
    color: #ffffff;
}
.gmenu_tr a:hover {
    text-decoration:underline;
}
.gm_t {
    background: url("/templates/first/i/ghelp/m_t.png") bottom repeat-x;
    padding-left:10px;
}
.gm_b {
    background: url("/templates/first/i/ghelp/m_b.png") bottom repeat-x;
}
.gm_l {
    background: url("/templates/first/i/ghelp/m_l.png") left repeat-y;
}
.gm_r {
    background: url("/templates/first/i/ghelp/m_r.png?cx") right repeat-y;
}
.gm_b_l {
    background: url("/templates/first/i/ghelp/m_b_l.png") bottom no-repeat
}
.gm_b_r {
    background: url("/templates/first/i/ghelp/m_b_r.png") bottom no-repeat
}
.gmenu {
    display: block;
    position: absolute;
    font-size: 12px;
}
.gmenu td {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border: 0px;
}
.gmenu_mc {
    background-color: #4bb358;
}
.gmenu_mcp {
    margin: 2px 5px 2px 5px;
}