p {font-family:Verdana; font-size:12px; margin:15px; text-indent: 12px;}
.left {background-color:#010101;}

body { scrollbar-face-color:#0362b9; 
scrollbar-shadow-color: #4d8cc7;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #79b3e9;
scrollbar-darkshadow-color: #4d8cc7; 
scrollbar-track-color: #010101;
scrollbar-arrow-color: #010101; }

#coolmenu{
border: 0px solid black; /*Стиль рамки */
border-bottom-width: 0;
width: 100%; /*Ширина меню */
background-color: #010101;  /*Фоновый цвет ячейки*/
margin:0px; /*Ширина отступов*/
list-style-image:url(img/icon.gif);
}

* html #coolmenu{ 
width: 250px; /*Ширина меню для Internet Explorer*/
}

#coolmenu a{
font: bold 11px Verdana; /*Шрифт текста*/
list-style-image:url(img/icon.gif);
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #0362b9;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border-bottom: 1px solid black;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
background-color: #010101; /*Фоновый цвет ячейки при наведение курсора*/
color: #7ab5eb;  /*Цвет текста при наведении курсора*/
}

ul.list {list-style-image:url(img/icon.gif);}

.text a:link {
	color: #0362b9;
}
a:visited {
	color: #0362b9;
}
a:hover {
	color: #0362b9;
}
a:active {
	color: #0362b9;
}
.style1 {color: #FF0000}



