.podmenu {
width: 994px;
background:#fff;
padding: 15px;
border-bottom: 2px solid rgb(230,232,234);
background: #fff;
background: -moz-linear-gradient(bottom, #cdd0d2 0%, #e1e2e3 6%, #eaebeb 10%, #f2f3f3 19%, #f9f9f9 35%, #fdfdfd 55%, #ffffff 100%);
background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#cdd0d2), color-stop(6%,#e1e2e3), color-stop(10%,#eaebeb), color-stop(19%,#f2f3f3), color-stop(35%,#f9f9f9), color-stop(55%,#fdfdfd), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(bottom, #cdd0d2 0%,#e1e2e3 6%,#eaebeb 10%,#f2f3f3 19%,#f9f9f9 35%,#fdfdfd 55%,#ffffff 100%);
background: -o-linear-gradient(bottom, #cdd0d2 0%,#e1e2e3 6%,#eaebeb 10%,#f2f3f3 19%,#f9f9f9 35%,#fdfdfd 55%,#ffffff 100%);
background: -ms-linear-gradient(bottom, #cdd0d2 0%,#e1e2e3 6%,#eaebeb 10%,#f2f3f3 19%,#f9f9f9 35%,#fdfdfd 55%,#ffffff 100%);
background: linear-gradient(to top, #cdd0d2 0%,#e1e2e3 6%,#eaebeb 10%,#f2f3f3 19%,#f9f9f9 35%,#fdfdfd 55%,#ffffff 100%);
}
.podmenu a {
display:block;
float:left;
margin: 0 !important;
text-transform: none;
line-height:1.4;
color: #0F8FBB !important;
font-size:13px !important;
display:block;
font-family: 'roboto', Arial;
font-weight: 300;
margin: 0 15px 4px 0 !important;
text-decoration: none;
padding: 5px 10px 7px 10px !important;
text-align: left !important;
}
.podmenu a:hover {
background:none !important;
}
.podmenu a span, a.dotted {
border-bottom: 1px #0F8FBB dotted;
text-decoration: none;
}
a.dotted {
/*background: url(/templates/silver/img/icon/dot.png) left 20px repeat-x;*/
line-height:1.3;
}

.podmenu a:hover span, a.dotted:hover {
color:#BB380F;
border-bottom: 1px #BB380F dotted;
}
.podmenu a.active, .podmenu a.active:hover {
background: #7c7c7c !important;
color: #fff !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.podmenu a.active:hover span {
color: #fff !important;
}
.podmenu a.active span {
border:none;
}
#induce {
display:none;
position:absolute;
top:40px;
left:0;
z-index: 1000;
}
.induce_bg {
background: transparent url(/templates/silver/img/content_bg.png) left top repeat-x;
height: 20px;
position: absolute;
width: 1024px;
bottom: -22px;
left: 0;
}
.ml_8 {margin-right:0;}