#firs_menu{
	width:700px;
	height:20px;
	background-color:#666;
	margin: auto;
	clear:both;	
	border:2px solid #CCCCCC;
	border-bottom:0;

}

#second_menu{
	width:700px;
	height:20px;
	background:#CCCCCC;
	color:#666;
	margin: auto;
	clear:both;	
	border:2px solid #CCCCCC;
	border-bottom:0;
	border-top:0;

}

#second_menu a, 
#firs_menu a 
{ 	
	font-family:Arial, Helvetica, sans-serif;
	color:#929292;
	text-decoration:none;
	font-weight:bold;
	letter-spacing: -0.2pt;
	font-size:10.5px;
	text-align:center;

	
}

#firs_menu a:hover,
#second_menu a:hover{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	letter-spacing: -0.2pt;
	font-size:10.5px; 
	font-weight:bold;
	color:#ACACAC;
	text-align:center;
}

