#sddm
{
	color: #000;
	margin: 0;
	padding: 0;
/* 	z-index: 3000; */
}

#sddm li
{
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	font-weight: bold;
	font-size: 17px;
	font-family: times new roman;
/* 	width: 16.667%; */
	width: 143.1px;
/* 	min-width: 120px; */
}

#sddm ul
{
	margin: 0px;
	padding: 0px;
/* 	overflow:  */
}

#sddm li a
{
	display: block;
/* 	margin: 0px; */
/* 	margin: 0 1px 0 1px; */
	padding: 4px 10px;
/* 	width: 80%; */
	background-image: url("../images/menubg.png");
	color: #303030;
	text-align: center;
	text-decoration: none;
	border-color: #fff;
}

#sddm li a:hover
{
	background-image: url("../images/menubg_dark.png");
	background-color: #c70000;
	color: #e0e0e0;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
}

#sddm div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-color: transparent;
	background-image: url("../images/menubg_dark.png");
	color: #e0e0e0;
	font-family: helvetica;
	font-size: 12px;
}

#sddm div a:hover
{
	background-color: #c70000;
	color: #e0e0e0;
}
