/* Left menu*/
div#section-center {
	text-align: left;
	overflow: hidden;
	clear: both;
	margin-top: 133px;
}

.section-menu-item {
	background-image: url(images/li.png);
	background-position: top left;
	background-repeat: no-repeat;
	/*opacity: 0.80; 
	-moz-opacity: 0.80; 
	-khtml-opacity: 0.80; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);*/
	
	width: 142px;
	/*height: 168px;*/
	height: 100px;
	margin: 0 40px;
	padding-top: 65px;
	
	display: block;
	float: left;
	cursor: pointer;
		
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 9px;
}

.section-menu-item  h6 {
	font-size: 18px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color:#000000;
}