#dc_exmenue {
	margin: 0;
	padding: 0;
	position: relative;
}

#dc_exmenue ul {
	margin: 0;
	padding: 0;
}

#dc_exmenue li {
	float: left;
	padding: 0;
	margin: 0;
	background: none;
	border-right: 1px solid #c0c0c0;
}

#dc_exmenue a {
	display: block;
	float: left;
	text-decoration: none;
	line-height: 32px;
	padding: 0 20px;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	border-right: 1px solid #c0c0c0;
}

#dc_exmenue a:hover,
#dc_exmenue a:active,
#dc_exmenue a:focus {
	color: #FFFFFF;
	background: url(../images/dummy.gif) repeat-x top #2B6484;
}

#dc_exmenue li.active a,
#dc_exmenue li.active a:hover,
#dc_exmenue li.active a:active,
#dc_exmenue li.active a:focus {
	color: #FFFFFF;
	background: url(../images/dummy.gif) repeat-x top #2B6484;
}
