.top_menu{
font: bold 12px Verdana;
/*background: #414141;*/
width: 100%;
height:41px;
margin:0;
background: url(../images/top_menu/main_fon.png) no-repeat bottom left;
padding-left:2px;
}

.top_menu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.top_menu ul li{
position: relative;
display: inline;
float: left;
background: url(../images/top_menu/seperator.png) no-repeat 100% 10px;
/*background: url(../images/main_menu/seperator.png) no-repeat right;*/
padding: 0px 9px;
}

/*Top level menu link items style*/
.top_menu ul li a{
display: block;
/* background: #414141; background of tabs (default state)*/
color: #ffffff;
padding:14px 0px 0px 0px;
margin:0;
font: bold 12px Verdana;
text-decoration: none;
}

.top_menu ul li.last_element{
background:none;
}

* html .top_menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.top_menu ul li a:link, .top_menu ul li a:visited{
}

.top_menu ul li a:hover{
color: #d9e4ee;
/*background: url(../images/main_menu/fon_menu_active.png) top repeat-x;*/
}

.top_menu ul li.active{
background: url(../images/top_menu/active_menu_fon_left.png) left bottom no-repeat;
padding:0;
}
.top_menu ul li.active div{
height:41px;
background: url(../images/top_menu/active_menu_fon_right.png) right bottom no-repeat;
padding: 0px 0 0 9px;
}
.top_menu ul li.active div div{
height:15px;
color:#1c73a3;
background:none;
font: bold 12px Verdana;
padding: 14px 9px 0 1px;
}