#navigation {
margin-top:10px;
width:810px;
float:left;
background:url(../templates/siteTemplates/img/bg_navigation_winter.gif) no-repeat;
}
ul#navigation_top{
list-style-type:none;
background:url(../templates/siteTemplates/img/bg_navigation_winter_top.gif) no-repeat;
height:30px;
}
ul#navigation_top li{
float:left;
margin:7px 5px 0px 5px;
}
ul#navigation_top li a,ul#navigation_top li.active  {
color:#000;
font-weight:bold;
text-decoration:none;
}
ul#navigation_top li.active a {
color:#fff;
font-weight:bold;
text-decoration:none;
}


ul#navigation_top li.active {
background:#069;
height:30px;
margin:0px;
padding:0px 10px;
line-height:10px;
color:#fff;
}
ul#navigation_top li.l {
background:url(../templates/siteTemplates/img/bg_navigation_top_right.gif) no-repeat;
background-color:#069;
height:30px;
width:5px;
margin:0px 0px;
}
ul#navigation_top li.l_start {
background:url(../templates/siteTemplates/img/bg_navigation_top_start.gif) no-repeat;
background-color:#069;
height:30px;
width:5px;
margin:0px 0px;
}
ul#navigation_top li.r {
background:url(../templates/siteTemplates/img/bg_navigation_top_left.gif) no-repeat;
background-color:#069;
height:30px;
width:5px;
margin:0px 0px;
}
ul#navigation_top li span.lng {
color:#f00;
font-weight:bold;
float:right;
}
/*ul#navigation_top li.lng a {
color:#f00;
}*/
ul#navigation_sub {
list-style-type:none;
height:30px;
}
ul#navigation_sub li {
float:left;
margin:7px 8px;
}
ul#navigation_sub li a { 
color:#fff;
text-decoration:none;
}
ul#navigation_sub li a:hover{ 
color:#ccc;
}