@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ca-menu2{
    padding:0;
    margin:0px auto;
	margin-top:10px;
    width: 980px;
}
.ca-menu2 li{
    width: 980px;
    height: 80px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #eee;
	background-image:url(../images/textura_menu_form.jpg);
    -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;
    -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-menu2 li:last-child{
    margin-bottom: 0px;
}
.ca-menu2 li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #222;
    position: relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
.ca-icon2{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 20px;
    color: #888;
    text-shadow: 0px 0px 1px #333;
    line-height: 80px;
    position: absolute;
    width: 90px;
    left: 20px;
    text-align: center;
    -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-content2{
    position: absolute;
    left: 120px;
    width: 370px;
    height: 60px;
    top: 20px;
}
.ca-main2{
    font-size: 25px;
	margin-top:-4px;
    -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-sub2{
    font-size: 14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #777;
	margin-top:-22px;
}
.ca-menu2 li:hover{
    background-image:url(../images/textura_menu_form2.jpg);
}
.ca-menu2 li:hover .ca-icon2{
    color: #2298bc;
    font-size: 120px;
    opacity: 0.3;
    left: -20px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}
.ca-menu2 li:hover .ca-main2{
    color: #2298bc;
    opacity: 0.9;
}
.ca-menu2 li:hover .ca-sub2{
    color: #000;
    opacity: 0.8;
}