#menu {
position: absolute;
padding-left: 10px;
}
.setbg {
background-image: url('/images/bg_menu_top.gif');
background-repeat: no-repeat;
font-weight: bold;
}
.setbg_80 {
background-image: url('/images/bg_menu_top_80.gif');
background-repeat: no-repeat;
font-weight: bold;
}
.setbg_140 {
background-image: url('/images/bg_menu_top_140.gif');
background-repeat: no-repeat;
font-weight: bold;
}
.setbg_152 {
background-image: url('/images/bg_menu_top_152.gif');
background-repeat: no-repeat;
font-weight: bold;
}
.setbg_long {
background-image: url('/images/bg_menu_top_long.gif');
background-repeat: no-repeat;
font-weight: bold;
}
.dropbg {
background-image: url('');
background-repeat: no-repeat;
}
#menu A {
margin: 0px -2px;
padding: 0px;
font-family: tahoma;
display: inline-block;
text-align: center;
position: center;
width: 94px;
height: 26px;
font-size: 12px;
color: black;
/* cursor: default; */
text-decoration: none;
line-height: 25px;
}
#menu A:hover {
font-weight: bold;
}
#menu a.long {
display: block;
font-family: tahoma;
display: inline-block;
text-align: center;
position: center;
width: 160px;
height: 26px;
font-size: 12px;
color: black;
text-decoration: none;
line-height: 25px;
}


#submenu {
background-image: url('/images/bg_menu_bottom.gif');
background-repeat: no-repeat;
position: relative;
top: 26px;
margin: 0px;
width: 764px;
height: 41px;
}

.submenutext {
display: none; /* Прячем подменю */

}

#submenu A {
color: #333; /* Цвет ссылок в подменю */
text-decoration: none;
font-family: tahoma;
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
line-height: 20px;
}
#submenu A:hover {
color: black; /* Цвет ссылок в подменю */
font-weight: none;
text-decoration: underline;
font-family: tahoma;
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
line-height: 20px;
}
#submenu A.menu_bold {
color: #333; /* Цвет ссылок в подменю */
text-decoration: none;
font-weight: bold;
font-family: tahoma;
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
line-height: 20px;
}
#menu .tabactive {
background-image: url('/images/bg_menu_top.gif');
background-repeat: no-repeat;
font-weight: bold;
}
#menu .tabactive140 {
background-image: url('/images/bg_menu_top_140.gif');
background-repeat: no-repeat;
font-weight: bold;
width: 140px;
}
#menu .tabactive152 {
background-image: url('/images/bg_menu_top_152.gif');
background-repeat: no-repeat;
font-weight: bold;
width: 152px;
}
#menu .tabactive2 {
background-image: url('/images/bg_menu_top_80.gif');
background-repeat: no-repeat;
font-weight: bold;
width: 80px;
}

.mtelephone {
position: relative;
top: -24px;
left: 480px;
margin: 0px;
padding: 0px;
display: inline-display;
font-family: arial;
font-weight: none;
font-size: 20px;
}
span.mtelephone_small {
font-weight: none;
font-size: 12px;
}