#header_subnavigation div {
	background: #092748;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	color: #fff;
	padding: 10px;
	text-transform: none;
	z-index: 999;
	display: none;
}
#header_subnavigation li {
	list-style: none;
	margin: 0 10px 5px 0;
	padding-bottom: 0;
}
#header_subnavigation div a {
	background: url(/assets/img/icons/header_subnav_li.png) no-repeat 0 5px;
	color: #fff;
	padding-left: 8px;
}

