/* DataMatters Navigation */

.dm-menu {
	margin: 0px;
	padding: 0px;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	background: black url(../images/nav2.jpg) center center repeat-x;
}

.dm-menu ul {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

.dm-menu li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.dm-menu li a {
	float: left;
	color: white;
	padding: 8px 12px;
	text-decoration: none;
	border-right: 1px solid white;
	width:80px;
}

.dm-menu li a:visited {
	color: white;
}

.dm-menu li a:hover {
	color: white;
	background: transparent url(../images/nav1.jpg) center center repeat-x;
}

.dm-menu li .current {
	color: #ffffff;
	background: transparent url(../images/nav1.jpg) center center repeat-x;
}




