@charset "windows-1251";
/* CSS Document */

p.title {
background-color: #A72E37;
color: #fff;
font-weight:bold;
margin:0px;
padding:0px;
}

#coolmenu{
border-bottom-width: 1px solid gray;/*Стиль рамки */
width: 93%; /*Ширина меню */
background-color: #ffffff; /*Фоновый цвет ячейки*/
margin:0px; /*Ширина отступов*/
}

* html #coolmenu{ 
width: 150px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
font: bold 12px Arial, Helvetica, sans-serif; /*Шрифт текста*/
padding: 5px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #750000;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border-bottom: 1px solid #CCCCCC;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
background-color: #E6E6E6; /*Фоновый цвет ячейки при наведение курсора*/
color: #750000;  /*Цвет текста при наведении курсора*/
}

