/*logo*/
.wolf_navigation_headbg{min-width:1190px; max-width:1920px; margin:0 auto; height:42px; border-bottom:2px solid #eaeaea; overflow:hidden;}
.wolf_navigation_head{width:1190px; margin:0 auto; height:42px;}
.wolf_navigation_head ul li{ float:left; font-size:14px; color:#727272; line-height:42px;}
.wolf_navigation_head ul li a{font-size:14px; color:#727272;}

.wolf_navigation_Top{ width:1190px; margin:0 auto; height:113px;}
.wolf_navigation_Logo{ width:650px; float:left; height:113px;}
.wolf_navigation_Logo img{border:none;}
.wolf_navigation_Logo ul li{ float:left; font-size:16px; color:#333333; line-height:30px;}
.wolf_navigation_Logo ul li span{ font-size:21px; color:#e50012; font-weight:bold;}

.wolf_navigation_HeadRight{ width:234px; float:right; margin-top:30px;}
.wolf_navigation_topmail{background:url(../images/top_tel.jpg) left no-repeat; text-align:right; font-size:14px; color:#424242; line-height:25px;}
.wolf_navigation_topmail span{ font-size:27px; font-weight:bold; color:#cb0010; font-family:'Arial'}


.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}


#wolf_navigation_animate,#wolf_navigation_animate_1,#wolf_navigation_animate_2{-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;}