.ca-menu{
    padding: 0px;
    margin: 10px auto;
    width: 160px;
}
.ca-menu li{
    width: 150px;
    height: 60px;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    border-left: 10px solid #FFA443;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    position:relative;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 150px;
    height: 60px;
    top: 0px;
}
.ca-main{
	padding:10px 0px 0px 10px;
    font-size: 16px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-sub{
	padding:0px 0px 0px 10px;
    font-size: 10px;
    color: #666;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-menu li:hover{
    border-color: #FCE336;
    background: #B26217;
	-pie-background: linear-gradient(#B26217, #B26217);
}
.ca-menu li:hover .ca-main{
    color: #FCE336;
    font-size: 10px;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    font-size: 16px;
}




.globalNavi li {
    background-color: #EBEBEB;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EBEBEB), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(#EBEBEB, #ffffff);
	background: -moz-linear-gradient(#EBEBEB, #ffffff);
	background: -o-linear-gradient(#EBEBEB, #ffffff);
	background: -ms-linear-gradient(#EBEBEB, #ffffff);
	background: linear-gradient(#EBEBEB, #ffffff);
	background: linear-gradient(#EBEBEB, #ffffff);
	-pie-background: linear-gradient(#EBEBEB, #ffffff);
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #E0E0D8;
    border-top: 1px solid #FFFFFF;
    color: #505050;
    text-decoration: none;

	position:relative;
	behavior: url(PIE.htc);
}
