﻿h1 {font-size: 18px; font-family: Arial;  font-color: brown;}
h1.head {font-size: 10px; font-family: Arial;  font-color: brown;}
h2 {font-size: 16px; font-family: Arial;  font-color: brown;}
h3 {font-size: 14px; font-family: Arial;  font-color: green;}
h5 {font-size: 8px; font-family: Arial;  font-color: green;}
li  {font-size: 12px; font-family: Arial;  font-color: brown;}
p {font-size: 12px; font-family: Arial;  font-color: black;}
a {font-size: 12px; font-family: Arial;  font-color: green;}
a.text {font-size: 12px; font-family: Arial;  font-color: blue;}

#menu{
border: 1px solid gray; /*????? ????? */
border-bottom-width: 0;
width: 100%; /*?????? ???? */
background-color: #d88b33;  /*??????? ???? ??????*/
margin:0px; /*?????? ????????*/
list-style: none;
}

#menu ul{
text-align: left;
list-style: none;
margin-left:-0px;
}

#menu li{
text-align: left;
margin-left:-42px;
}
 
* html #menu{ 
width: 200px;/*?????? ???? ??? Internet Explorer*/
}
 
#menu a{
font: bold 13px Verdana; /*????? ??????*/
padding: 2px; /*?????????? ?????? ?????? ?????? ?? ????? ??????*/
padding-left: 4px;/*?????????? ?????? ?????? ?????? ?? ?????? ???? ??????*/
display: block;
width: 125%; /*?????? ??????*/
color: #333333;  /*???? ??????*/
background:#cc9933;
text-decoration: none; /*????????????? ? ?????? - ???*/
border-bottom: 1px solid gray;
border-right: 1px solid gray;
}

#menu a:hover{
font: bold 13px Verdana; /*????? ??????*/
padding: 2px; /*?????????? ?????? ?????? ?????? ?? ????? ??????*/
padding-left: 4px;/*?????????? ?????? ?????? ?????? ?? ?????? ???? ??????*/
display: block;
width: 125%; /*?????? ??????*/
color: #000000;  /*???? ??????*/
background:6699cc;
text-decoration: none; /*????????????? ? ?????? - ???*/
border-bottom: 1px solid black;
border-right: 1px solid black;
}



