/* CSS Document */
header img {
width:191px; height:97px; padding: 20px 0 10px 20px;
}

nav {
    background: url("../../../images/themes/euwisa_wbt/bg.png") repeat-x scroll center bottom transparent;
    }
    
    footer .ym-wbox {
    background: url("../../../images/themes/euwisa_wbt/footer_bg_css3.png") repeat-x left top;
}

 .ym-hlist ul li a:focus,
	.ym-hlist ul li a:hover,
	.ym-hlist ul li a:active {
		
		background-color: rgb(202, 12, 42);
		background-image:linear-gradient(-90deg, rgb(202, 12, 42), rgb(162, 9, 37));
		background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(202, 12, 42)), to(rgb(162, 9, 37)));
		background-image:-moz-linear-gradient(-90deg, rgb(202, 12, 42), rgb(162, 9, 37));
	}

	.ym-hlist ul li.active {
		background-color: rgb(88, 151, 88);
		background-image:linear-gradient(-90deg, rgb(202, 12, 42), rgb(162, 9, 37));
		background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(202, 12, 42)), to(rgb(162, 9, 37)));
		background-image:-moz-linear-gradient(-90deg, rgb(202, 12, 42), rgb(162, 9, 37));
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: #a10925 url("../../../images/themes/euwisa_wbt/ui-bg_highlight-soft_75_E67917_1x100.png") repeat-x scroll 50% 50%;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    background: #e64760 url(../../../images/themes/euwisa_wbt/ui-bg_highlight-sobft_75_F08E16_1x100.png) 50% 50% repeat-x;
}