body {
	font: normal 11px Trebuchet MS, Verdana;
	background-color: #333333;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	}
	
A
	{	
	font-family: Trebuchet MS, Verdana;
	font-size: 12;
	color: #FFFFCC;
	text-decoration: none;
 	}
	
A:hover{
	color:  white;
       }

	   H1
	{
		color: #000000;
		font-family: Trebuchet MS, Verdana;
		font-size: 14;
		margin-left: 10;
	}
H2
	{
		color:RGB(60,52,49);
		font-family: Trebuchet MS, Verdana;
		font-size: 12;
		margin-left: 10;
		margin-right: 10;
	}
H3
	{
		color: RGB(60,52,49);
		font-family: Trebuchet MS, Verdana;
		font-size: 12;
		margin-left: 10;
		margin-right: 10;
	}

P
	{
		color: #000000;
		font-family: Trebuchet MS, Verdana;
		font-size: 12;
		padding: 3;
	}

#navig
	{
	position: absolute;
	right:0;
	}

div#navig a, p
	{
	font-family: Trebuchet MS, Verdana;
	font-size: 10;
	color: #777;
	text-decoration: none;
	}
div#navig A:hover{
	color:  white;
       }
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
	}

li {
	width: 97px;
	}
	
ul li {
	position: relative;
	}
	
li ul { 
   position: absolute; 
   left: 97; 
   top: -30px; 
   display: none; 
   z-index: 100; 
   border-left: 1px solid #ccc;
}


ul li a {
	display: block;
	text-decoration: none;
	color: #99998A;
	background: #333333;
	padding: 5px;
	border: 0px;
	border-bottom: 0;
	}
	

* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }


li:hover ul, li.over ul { display: block; }

li:hover ul ul, li.over ul ul {display: none;} /* Спрятать подменю 3-го уровня */ 
ul ul li:hover ul, ul ul li.over ul {display: block;} /* Показать подменю 3-го уровня */

