  /*<![CDATA[*/
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
    border: 1px solid #dfe7a9;
}

#sddm li input
{	display: block;
	margin: 0 0.4em 0 0;
	padding: 2px 5px;
	width: 110px;
	background: #fbf9fb url('http://www.skogsborg.com/ps/templates/jclass1/images/arrow_d.png') no-repeat center right;
	color: #FFF;
	text-align: center;
	text-decoration: none;
    font: bold 11px arial;
    color:  #757575;
    border: 0px solid;
    cursor: pointer;
}

#sddm li input:hover
{	background: #AEBF33 url('http://www.skogsborg.com/ps/templates/jclass1/images/arrow_d_g.png') no-repeat center right;
    color: #fff;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #f7f9e8;
    border: 1px solid #dfe7a9;
}

	#sddm div input
	{	position: relative;
		display: block;
		margin: 0;
		padding: 2px 0px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #f7f9e8;
		font: 11px arial;
        cursor: pointer;
    }

	#sddm div input:hover
	{	background: #AEBF33;
		color: #FFF;
    }
  /*]]>*/