/* CSS Document */

a { font-size:12px; font-family: Helvetica, sans-serif;text-decoration:underline; color:#333;}
a:hover { font-size:12px; font-family:Helvetica, sans-serif;text-decoration:none; color:#333;}
body { margin:0px; padding:0px;font-size:12px;font-family: Verdana, Geneva, sans-serif; line-height:1.5;background-image:url(bg_page.png); background-repeat:repeat;}

/* Форми */

.forma { font-size:11px; font-family:Arial, Helvetica, sans-serif; }
/* Стиль Меню з адмінки */

p.title {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
font-weight:bold;
background-color: #F90;
color:#C30;
margin:5px;
padding:5px;
}

.left {border: 1px dotted gray; /*Стиль рамки */ }

#coolmenu{
border-bottom-width: 0;
width: 200px; /*Ширина меню */
background-color: #FC3;  /*Фоновый цвет ячейки*/
margin:7px; /*Ширина отступов*/
}

* html #coolmenu{ 
width: 150px;/*Ширина меню для Internet Explorer*/
}

p.title2 {
background-color: #0066CC;
color: #ffffff;
font-weight:bold;
margin:5px;
padding:5px;
}

#coolmenu a{
font: 12px arial; /*Шрифт текста*/
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #C30;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border-bottom: 1px solid gray;
border-right: 1px solid gray;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
background-color: #F90; /*Фоновый цвет ячейки при наведение курсора*/
color: #600;  /*Цвет текста при наведении курсора*/
}


