#jsddm
{	margin: 0;
	padding: 0;  }
	
	#jsddm li
	{	float: left;
		list-style: none;
		font-size: 12px; text-transform: uppercase }

	#jsddm li a
	{	display: block;
		background: url(../img/bgmenu-div.jpg) no-repeat right top;
		padding: 0 22px;
		text-decoration: none;
		font-weight: bold;
		font-family: Tahoma, Arial;
		color: #EAFFED;
		white-space: nowrap; line-height: 55px; height: 55px;}

	#jsddm li a:hover
	{	background: #000}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline }
		
		#jsddm li ul li a		{	
			background: #9F1B1B; font-size: 11px; height: 30px; line-height: 30px; border-bottom: 1px solid #990000; margin: 0px; width: 150px; cursor: pointer }
		
		#jsddm li ul li a:hover
		{	background: #7F1616}
		
		#jsddm .accordion		{	
			background: #000; font-size: 11px; min-height: 20px; margin: 0px; padding: 0 22px; width: 150px; cursor: pointer }
		#jsddm .accordion:hover		{	
			background: #333; font-size: 11px; min-height: 20px; margin: 0px; padding: 0 22px; width: 150px; cursor: pointer }
		
		.popup_open { background: url(../img/seta.png) right center no-repeat #9F1B1B !important; }
		.popup_close { background: url(../img/seta2.png) right center no-repeat #9F1B1B !important; }		
