#coolmenu{
border: 1px solid #5a5a59; /*Стиль рамки */
border-bottom-width: 0;
width: 164px; /*Ширина меню */
background-color: #6785b7;  /*Фоновый цвет ячейки*/
margin-left:5px;
}

* html #coolmenu{ /*Ширина меню для Internet Explorer*/
width: 158px;
}

#coolmenu a{
font: bold 14px Verdana; /*Шрифт текста*/
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #ffffff;  /*Цвет текста*/
text-decoration: none;
border-bottom: 1px solid #5a5a59;

}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
background-color: #ffffff; /*Фоновый цвет ячейки при наведение курсора*/
color: #000000;  /*Цвет текста при наведении курсора*/
}