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

#sddm li
{	margin: 0;
	padding-top: 0px;
	list-style: none;
	float: left;
	font-weight: bold;
	font-size:15px;
	font-family: arial;
	color: #FFF;
	text-align: center;
	text-decoration: none
	}

#sddm li a
{	display: block;
	/*margin: 0 0px 0 0;*/
	/*padding: 4px 10px;*/
	width: 100px; /* breedte grote knoppen */
	height: 29px;
	_height: 37px;
	background: none;
	font-weight: bold;
	font-size:15px;
	font-family: arial;
	color: #FFF;
	text-align: center;
	text-decoration: none
	}

#sddm li a:hover
{	background: url(../../../css/images/buttonhover.png) #857422 repeat-x;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	/*border: 1px solid #F90;*/
	}

	#sddm div a
	{	position: relative;
		display: block;
		height: 20px;
		/*padding: 0px 10px;*/
		min-width: 90px;
		padding-left: 5px;
		padding-top: 5px;
		padding-right: 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		/*background: url(../../../css/images/button.png) repeat-x;*/
		background: #e4e6e3;
		color: #45811d;
		font-size: 12px;
		font-family: arial;
		}

	#sddm div a:hover
	{	/*background: url(../../../css/images/buttonhover.png) repeat-x;*/
		background: #e4e6e3;
		color:#e97c05;  }
