#container { position: absolute;
						 top: 74px;
						 text-align: left;
						 width: 800px;
						 height: 28px;
						 padding: 0;
						 margin: 0;
						 border: 0px solid red;
						 z-index: 100;}
						 
div.main_menu { border: 0px solid yellow;
							  background-color: #069;
							  padding: 4px 0px;
							  margin:0;
							  text-align: center;}
div.main_menu a {text-decoration: none;
								 padding: 0 10px;
								 margin: 0px 5px;
								 background-color: #069;
								 border: 1px solid #047;
								 border-right-width: 2px;
								 border-bottom-width: 2px;
								 color: #9BDDFF;}
div.main_menu a:hover {background-color: #17A;
								 			 border: 1px solid #047;
								 			 border-left-width: 2px;
								 			 border-top-width: 2px;}


/* подменю */
#menu_org, #menu_history, #menu_meth { border: 1px solid #047;
				       						 text-align: left;
				       						 background-color: #069;
				       						 position: relative;
				       						 visibility: hidden;
				       						 z-index: 101;}
#menu_org ul, #menu_history ul, #menu_meth ul {list-style-type: none;
																border: 0px dashed red;
																padding: 0px;
																margin: 0px;}				       									 
#menu_org a, #menu_history a, #menu_meth a { color: #9BDDFF;
					     								 text-decoration: none;
					     								 padding: 0 10px;
					     								 background-color:#069;
					     								 display: block;}
#menu_org a:hover, #menu_history a:hover, #menu_meth a:hover {background-color: #39C;}

#menu_org {
	width: 185px;
	left: 135px;
}					       										 
#menu_history { 
	width: 85px;
	top: -99px;
	left: 486px;
}
#menu_meth { 
	width: 100px;
	top: -59px;
	left: 267px;
}

/* меню на разделы олимпиад*/								
div.topmenu {width: 99%;
						 text-align: justify;
						 margin: 0px;
						 padding: 2px;
						 border:0px red solid}
div.topmenu ul {list-style-type :none;
							 text-align: center;
							 margin: 0px;
							 padding: 0px}
div.topmenu ul li {display :inline;
									 padding: 0px 2px;}			
div.topmenu ul li a {text-decoration: none;
										 padding: 0px 10px;
										 background-color: #8CE;
										 color :#047;
										 border: 1px #069 solid;
										 border-bottom-width: 2px;
										 border-right-width: 2px;}
div.topmenu ul li a:hover, #loaded { color: #047;
																		 border: 1px #069 solid;
																		 border-left-width: 2px;
																	 	 border-top-width: 2px;
																		 background-color: #6AC;}

/* Меню для фотоальбома*/
#photomenu {text-align: center}
#photomenu a:link, #photomenu a:visited, #photomenu a:active 
{color: #069}
