/**
	support for slim_header.html
*/

.slimheader {
	/*width:400px;*/
	margin: 0 auto 12px;
	text-align: center;
}

.slimheader ul {
	
	list-style-type: none;
}
.slimheader ul li {
	display:inline-block;
	padding:1px 0;
	margin:5px 18px 20px 0;

}

.slimheader ul a {
	text-decoration: none;
	
	font-size:14px;
	color:#333;
}

.slimheader ul a:hover {
	text-decoration: none;
	
	color:#3cbcfe;
}
