#sddm
{
	margin: 0;
	padding: 0;
	z-index: 1;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 12px arial
}

#sddm li a
{
	display: block;
	width: 120px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/navblank.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 5px;
}

#sddm li a:hover
{
	background-image: url(../images/navblank2.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #00CCFF;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/backnav.png);
	font-family: arial;
	font-size: 11px;
	background-repeat: repeat;
}

	#sddm div a:hover
	{
	color: #00CCFF;
	background-image: url(../images/backnav.png);
	background-repeat: repeat;
}
