<!--
body,tr,td {	font-family: Verdana;
	font-size: 12;
	color: #ffffff;
	text-decoration: none;}
-->

body {
	font: normal 11px Verdana;
	background-color: 3b657b;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	}
	
A
	{	
	font-family: Verdana;
	font-size: 12;
	color: #ffffff;
	text-decoration: none;
 	}

A:hover{
	color:  #8FBCD3;
       }

div#menu
	{
	position: absolute;

	}

p.tt {
position: relative;
}

a.tooltip:hover {
text-decoration:none;
}

a.tooltip span {
display:none;
width:150px;
text-align: center;
}

a.tooltip:hover span {
display:block;
position:absolute;
z-index: 100;
top: -3em;
left: 15px;
border: 2px solid #ffffff;
background: #0E314F;
color:#ffffff;
}

.tt {behavior:url(hover.htc);}
p.tt {behavior:url(hover.htc);}
	

div#header {
  height: 4%;
  width: 100%;
}
div#navig a
	{
	font-family:  Verdana;
	font-size: 10;
	color: #99998A;
	text-decoration: none;
	}
	
div#navig p
	{
	font-family: Verdana;
	font-size: 10;
	color: #99998A;
	text-decoration: none;
	}
	
div#navig A:hover
	{
	color:  #8FBCD3;
	}
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
   border-left: 3px solid #ffffff;
	}

li {
	width: 97px;
	}
	
ul li {
	position: relative;
	}
	
li ul { 
   position: absolute; 
   left: 97; 
   top: -30px; 
   display: none; 
   z-index: 100; 
   border-left: 3px solid #ffffff;
   background-color: #14405D;

}


ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: transparent;
	padding: 5px;
	border: 0px;
	border-bottom: 0;
	background-color: transparent;
	}
	
	.img2 {
        border-style: solid;
        border-width: 2px;
        border-color: #ffffff;}
	

* 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-го уровня */