@CHARSET "UTF-8";


.cypopupmenu {
   position: absolute;
   overflow: visible;
   background: #F9F9F9;
   border-left:1px solid #A5B1B5;
   border-right:1px solid #A5B1B5;
   border-bottom:1px solid #A5B1B5;

   z-index: 1000;
}




.sMenu{
    border-left:1px solid #A5B1B5;
    border-right:1px solid #A5B1B5;
    border-top:1px solid #A5B1B5;
    margin:0;
    padding:6px;
    width:156px;
    background-image: url(../img/background/leftMenuBg.gif);
    background-position:center;
    background-repeat:no-repeat;
    color:#0066AA;
    text-align:left;
}

.sMenuOn{
    border-left:1px solid #A5B1B5;
    border-right:1px solid #A5B1B5;
    border-top:1px solid #A5B1B5;
    margin:0;
    padding:6px;
    width:156px;
    background-image: url(../img/background/leftMenuBg_on.gif);
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
    color:#2020D7;
    text-align:left;
    font-weight:bolder;
}

.sMenuchild{
    margin:0;
    padding-bottom:3px;
    padding-top:3px;
    padding-left:18px;
    padding-right:3px;
    width:147px;
    background-image: url(../img/background/leftSubMenuBg.gif);
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
    color:#0066AA;
    text-align:left;
}

.sMenuchildOn{
    margin:0;
    padding-bottom:3px;
    padding-top:3px;
    padding-left:18px;
    padding-right:3px;
    width:147px;
    background-image: url(../img/background/leftSubMenuBg_on.gif);
    background-position:center;
    background-repeat:no-repeat;
    color:#000;
    cursor:pointer;
    text-align:left;
}

.hMenu{
    border:0;
    margin:0;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:2px;
    padding-right:2px;
    width:9em;
    background-image: url(../img/background/hori-m.gif);
    background-position:right;
    background-repeat:no-repeat;
    color:#FFF;
    cursor:pointer;
    text-align:center;
    font-weight:bolder;
    float:left;
}

.hMenuOn{
    border:0;
    margin:0;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:2px;
    padding-right:2px;
    width:9em;
    background-image: url(../img/background/hori-m_on.gif);
    background-position:right;
    background-repeat:no-repeat;
    color:#ffff47;
    cursor:pointer;
    text-align:center;
    font-weight:bolder;
    float:left;
}



.hMenuchild{
    margin:0;
    padding-bottom:3px;
    padding-top:3px;
    padding-left:10px;
    padding-right:3px;
    width:120px;
    background-image: url(../img/background/leftSubMenuBg.gif);
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
    color:#0066AA;
    font-size:12px;
    text-align:left;
}

.hMenuchildOn{
    margin:0;
    padding-bottom:3px;
    padding-top:3px;
    padding-left:10px;
    padding-right:3px;
    width:120px;
    background-image: url(../img/background/leftSubMenuBg_on.gif);
    background-position:center;
    background-repeat:no-repeat;
    color:#000;
    cursor:pointer;
    font-size:12px;
    text-align:left;
}



.topMenu{
    border:0;
    margin:0;
    padding-top:8px;
    padding-bottom:4px;
    padding-left:0;
    padding-right:0;
    width:144px;
    background-image: url(../img/background/topMenuBg.gif);
    background-position:bottom right;
    background-repeat:no-repeat;
    cursor:pointer;
    color:#1d6390;
    text-align:center;
    font-size:14px;
    font-weight:bolder;
    float:left;
}

.topMenuOn{
    border:0;
    margin:0;
    padding-top:8px;
    padding-bottom:4px;
    padding-left:0;
    padding-right:0;
    width:144px;
    background-image: url(../img/background/topMenuBg_on.gif);
    background-position:bottom right;;
    background-repeat:no-repeat;
    cursor:pointer;
    color:#25b633;
    font-size:14px;
    text-align:center;
    font-weight:bolder;
    float:left;
}

.topMenuchild{
    margin:0;
    padding-bottom:3px;
    padding-top:3px;
    padding-left:10px;
    padding-right:3px;
    width:188px;
    background-image: url(../img/background/leftSubMenuBg.gif);
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
    color:#0066AA;
    font-size:13px;
    text-align:left;
}

.topMenuchildOn{
    margin:0;
    padding-bottom:3px;
    padding-top:3px;
    padding-left:10px;
    padding-right:3px;
    width:188px;
    background-image: url(../img/background/leftSubMenuBg_on.gif);
    background-position:center;
    background-repeat:no-repeat;
    color:#000;
    cursor:pointer;
    font-size:13px;
    text-align:left;
}

.topMenu120{
    border-top:1px solid #AAA;
    border-left:0;
    border-right:0;
    border-bottom:0;
    margin:0;
    padding-top:8px;
    padding-bottom:4px;
    padding-left:0;
    padding-right:0;
    width:120px;
    background-image: url(../img/background/topMenuBg120.gif);
    background-position:bottom right;
    background-repeat:no-repeat;
    cursor:pointer;
    color:#1d6390;
    text-align:center;
    font-size:13px;
    font-weight:bolder;
    float:left;
}

.topMenu120On{
    border-top:1px solid #AAA;
    border-left:0;
    border-right:0;
    border-bottom:0;
    margin:0;
    padding-top:8px;
    padding-bottom:4px;
    padding-left:0;
    padding-right:0;
    width:120px;
    background-image: url(../img/background/topMenuBg120_on.gif);
    background-position:bottom right;;
    background-repeat:no-repeat;
    cursor:pointer;
    color:#25b633;
    font-size:13px;
    text-align:center;
    font-weight:bolder;
    float:left;
}

.topMenu120child{
    margin:0;
    padding-bottom:3px;
    padding-top:3px;
    padding-left:10px;
    padding-right:3px;
    width:188px;
    background-image: url(../img/background/leftSubMenuBg.gif);
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
    color:#0066AA;
    font-size:13px;
    text-align:left;
}

.topMenu120childOn{
    margin:0;
    padding-bottom:3px;
    padding-top:3px;
    padding-left:10px;
    padding-right:3px;
    width:188px;
    background-image: url(../img/background/leftSubMenuBg_on.gif);
    background-position:center;
    background-repeat:no-repeat;
    color:#000;
    cursor:pointer;
    font-size:13px;
    text-align:left;
}
