p.title {
background-color: #A72E37;
color: #ffffff;
font-weight:bold;
margin:5px;
padding:5px;
}

A {
 text-decoration: none; /* Убирает подчеркивание для ссылок */
} 

LI {
 list-style-type: none; /* Убираем маркеры */
}
.kon{font: bold 13px Verdana;
color:#0099FF;}

#coolmenu{
border: 0px solid gray; /*Стиль рамки */
border-bottom-width: 0;
width: 90%; /*Ширина меню */
background-color:#cdc7c7;  /*Фоновый цвет ячейки*/
margin:8px; /*Ширина отступов*/
}

* html #coolmenu{ 
width: 165px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
font: bold 13px Verdana; /*Шрифт текста*/
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 93%; /*Ширина ячейки*/
color: #0099FF;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border-bottom: 0px solid gray;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
background-color:#0099FF ; /*Фоновый цвет ячейки при наведение курсора*/
color:#FFFFFF;  /*Цвет текста при наведении курсора*/
}
