@charset "cp1251";

/* Стиль отображения кнопок(ссылок) в главном меню */

/* Главные элементы меню */

.bn a:link
{
 color: #f0f0f0; /* Цвет ссылок */
}

.bn a:visited
{
 color: #f0f0f0; /* Цвет посещенных ссылок */
}


ul.nav
{
 list-style-type: none;
 padding: 0;
 margin: 0;
}
		
ul.nav a
{
 display: block;
 width: 250px;
 height: 25px;
 text-decoration: none;
 border: none;
 margin-bottom: -1px;
 text-align: center;
 left: 0px;
 position: relative;
}

/* Стиль основного элемента меню */
.bn a
{
 font: bold 17px "Microsoft Sans Serif", sans-serif, Arial, Verdana;
 text-decoration: none;
 text-indent: 10px;
 color: #FFFFCC;
 background: url("menu.png");
 display: block;
 background-repeat: no-repeat;
 width: 100%;
 line-height: 24px;
 height: 24px;
}
/* Стиль при нахождении мыши над ссылкой главного элемента меню */
.bn a:hover
{
 background-position: 0px -24px;
 text-decoration: none;
 color: #FFFFCC;
}
