/**
author: raduga http://mambasana.ru
**/

#topmenu {
background:url(../images/tm_repeat.png) repeat-x top center;
height:52px;
text-align:center;
line-height:25px;
width:95%;
margin-left:30px;
margin-top:-20px;
margin-bottom:15px;
}
#topmenu_l {
background: url(../images/top_menu_l_bg.png) no-repeat top left;
height:52px;

}
#topmenu_r {background: url(../images/top_menu_r_bg.png) no-repeat top right;
height:52px;

}
#topmenu a:link {
background: url(../images/li.gif) no-repeat;
color: #fdfcd0;
font-size:15px;
font-style:verdana;
line-height:50px;
padding-right:8px;
padding-left:8px;
}
#topmenu a:active {
background: url(../images/li.gif) no-repeat;
color: #004179;
font-size:15px;
padding-top:15px;
padding-right:8px;
padding-left:8px;
}
#topmenu a:visited {
background: url(../images/li.gif) no-repeat;
color: #fdfcd0;
font-size:15px;
font-style:verdana;
line-height:50px;
padding-right:8px;
padding-left:8px;
}
#topmenu a:hover {
background: url(../images/li.gif) no-repeat;
color: #004179;
font-size:15px;
padding-top:14px;
padding-right:8px;
padding-left:8px;
}
#topcontainer {
position    : relative;
max-width   : 1000px;
width       : expression(document.body.clientWidth > 1000? "1000px": "auto" );
margin-left : auto;
margin-right: auto;
}

div#container {
text-align  : left;
position    : relative;
height      : 100%;
margin-left : auto;
margin-right: auto;
min-width   : 960px;
max-width   : 1400px;
width       : expression(document.body.clientWidth > 1400? "1400px": "auto" );
}
