body { 
background-color:none;
margin: 0px; 
padding: 0px; 
font-family: Verdana, sans-serif;
font-size: 4px;
text-align: center;
color: black;  /*Öâåò îñíîâíîãî òåêñòà*/
}





.bigtext { font-weight: bolder;
   	       text-align: left;
		   text-decoration: none;  
   	       font-size: 12px;
		   color: white;
	       }	   
a { text-decoration: none; color: none; }
/*a:hover { color: red }*/
a:link,a:visited {color:black;}a:active {color:red} /*öâåò òåêñòà, îñíîâíîé*/
#text a { color: red; }
#text a:hover { color: #454C78; font-weight: bolder;}

/* ìåíþ */


ul {position:  absolute; 
    top: 270px;

     background: none; /* öâåò ìåíþ, îñíîâíîé*/
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 1px solid #363F40;
	z-index: 3;
	}

ul li {
	position: relative;
	}
	
li ul {  background: none;
	position: absolute;
	left: 200px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	/*font-weight: bolder;îòêðûòü åñè íàäà íå áîëäåð òåêñò â ìåíþ*/
    color: #363F40;
/*	background: none; /* IE6 Bug */ */
    background: none; /* IE6 Bug */ 
	padding: 3px;
	border:1px solid #48535B;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #fff; background: #687A7C; } /* Hover Styles */
		
li ul li a { padding: 3px 8px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

/* End ìåíþ */




	       	       	       	       	       	       
		   	                                             
        



