﻿/*****Top選單*****/
.topMenuArea{
    width:100%;
    height:100%;
    position:relative;
    background-color:black;
}
.topMenu{
    display:none;
    position:absolute;
}
.topNav{
    cursor:pointer;
}
/*線上交易*/

#topMenu_menu01 .topArrow{
    float:left;
    margin-left:20px;
}

/*基金天地*/
#topMenu_menu02{
    left:115px;
}
#topMenu_menu02 .topArrow{
    float:left;
    margin-left:28px;
}

/*投資情報*/
#topMenu_menu03{
    left:237px;
}
#topMenu_menu03 .topArrow{
    float:left;
    margin-left:30px;
}

/*理財錦囊*/
#topMenu_menu04{
    left:360px;
}
#topMenu_menu04 .topArrow{
    float:left;
    margin-left:30px;
}

/*好康報報*/
#topMenu_menu05{
    left:483px;
}
#topMenu_menu05 .topArrow{
    float:left;
    margin-left:30px;
}

/*eService,客服中心,關於國泰*/
#topMenu_menu06,#topMenu_menu07,#topMenu_menu08{
    right:0px;
}
#topMenu_menu06 .topArrow{
    float:right;
    margin-right:266px;
}
#topMenu_menu07 .topArrow{
    float:right;
    margin-right:143px;
}
#topMenu_menu08 .topArrow{
    float:right;
    margin-right:20px;
}
/*****Top選單*****/
/*****固定Bottom選單*****/
.returnTop{
    width:982px;
    margin:auto;
}
.returnTop div{
    width:inherit;
    position:fixed;
    bottom:40px;
}
.returnTop div img{
     float:right;
     margin-right:-40px;
     cursor:pointer;
}
/*****固定Bottom選單*****/