#jsddm
{	margin: 0;
	padding: 0;
	text-align: center;}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: smaller Arial, Helvetica}

	#jsddm li a
	{	display: block;
		margin-left: 2px;
		margin-right: 2px;
		text-decoration: none;
		border-right: 1px solid silver;
		border-top: 1px solid silver;
		border-left: 1px solid silver;
		width: 90px;
		height: 20px;
		background: white;
		color: black;
		white-space: nowrap}

	#jsddm li a:hover {
		color: #EAFFED;
		background: #1A8C56;
		border-right: 1px solid silver;
		border-top: 1px solid silver;
		border-left: 1px solid silver;}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: 90px;
			background: white;
			color: black;
			border-bottom: 1px solid silver;}
		
		#jsddm li ul li a:hover
		{	background: #1A8C56;
			color: white;
			border-bottom: 1px solid silver;}

			.clear
	{	clear: both;
		overflow: hidden;
		height: 0}


