@charset "utf-8";
/* CSS Document */
.c-subnavigation{
	background:#eceebd;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:351px;
}
.c-subnavigation .c-content{
	padding-left:28px;
	padding-top:36px;
}
.c-subnavigation .navigation{
	background:#eceebd;
	/*border-bottom: #cac695 1px solid;*/
}
.c-subnavigation .navigation .head-wrapper{
	background:#eceebd /*url(images/subnavigation-marker.png) no-repeat left  center*/;
	text-transform:uppercase;
	border-top: #cac695 1px solid;
	margin-top:-1px;
	overflow:hidden;
	padding-bottom:15px;
}
.c-subnavigation .navigation .head-wrapper a{
	background: none;
	color:#4c4b40;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	
}
.c-subnavigation .navigation ul{
	margin-left:35px;
}
.c-subnavigation .navigation ul li{
	margin-bottom:10px;
}
.c-subnavigation .navigation ul li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#4c4b40;
}