.center .menu  { 
	background-color: white; 
	padding: 5px; 
	margin: 20px;
	margin-right: 250px;
	font-size: 13px;
} 
 
.center .menu ul { 
	list-style: none; 
	margin-left: 20px; 
	padding: 0; 
} 
	
.center .menu li { 
	padding-left: 10px; 
}

.center .menu li.whith_sub {
	font-weight: bold;
}

.center .menu li.whithout_sub {
	font-weight: normal;
}

.center .menu li a { 
	text-decoration: none; 
	color: black; 
} 

.center .menu li a:hover { 
	text-decoration: underline; 
	color: black; 
} 

.center .menu ul li ul li { 
	border-left: 1px solid black; 
} 

.center .menu .opener_img { 
	cursor: pointer; 
} 

.center .menu .opener_span { 
	font-size: 9px; 
	letter-spacing: -2px; 
	cursor: pointer; 
	font-weight: bold; 
}

#list a {
	color: black;
	text-decoration: none;
}

#list a:hover {
	color: black;
	text-decoration: underline;
}



