#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 14px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		/*background: #20548E;*/
		padding: 5px 12px;
		text-decoration: none;
		/*border-right: 1px solid white;*/
		/*width: 70px;*/
		color: #000;
                font-weight: bold;
		white-space: nowrap}

	#jsddm li a:hover{   text-decoration: underline;
            /*background: #1A4473*/
        }

		#jsddm li ul
		{	margin: 0;
			padding: 0;
                        padding-left: 10px;
			position: absolute;
			visibility: hidden;
			/*border-top: 1px solid white*/}

		#jsddm li ul li
		{	float: none;
			display: inline}

		#jsddm li ul li a
		{	width: auto;
			background: #9F1B1B}

		#jsddm li ul li a:hover
		{	background: #7F1616}
