@charset "UTF-8";
/* CSS Document */


.content .nav-box-style .col {
	padding:10px;
}

.content .nav-box-style .col a {
	text-decoration: none;
}

.content .nav-box-style ul {
	list-style:none;
	margin:0;
	padding:0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.content .nav-box-style ul a { 
	font-size: 12px;
	font-weight: 700;
	border-bottom: #ccc 1px solid;
	display: block;
	padding-top:2px;
	padding-bottom:3px;
}

.content .nav-box-style ul li ul {
	border-bottom:0;
}

.content .nav-box-style ul li ul a { 
	font-size: 12px;
	font-weight: normal;
}

.content .nav-box-style img {
	width: 100%;
	height: auto;
	
	}





