#topNav {
    margin: 0 auto;
    width: 762px;
    background: #000;
    overflow:auto;
}

#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
	font-weight: bold;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#sddm li span {
	display: block;
	margin: 0 0 0 0;
	padding: 4px 10px;
	width: 78px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none
}
#sddm li a {
	display: block;
	margin: 0 0 0 0;
	padding: 4px 7px;
	width: 78px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none
}
#sddm li a:hover {
	background: #ccc;
	color: #000;
}
#sddm li span:hover {
	background: #ccc;
	color: #000;
	cursor: pointer;
}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #000;
}
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 10px;
	width: 78px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background: #000;
	color: #fff;
}
#sddm div a:hover {
	background: #ccc;
	color: #000
}
