#masthead {
	height: 32px;
	width: 940px;
	margin: 0 !important;
	clear: both;
	padding:0;
	z-index:999;
	background-color: #000000;
	background-image: url(../images/bg_tray.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
}

#jsddm
{	margin: 0 !important;
	padding: 0;
	z-index: 1000;}
	
	#jsddm li
	{
	float: left;
	list-style: none;
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
	padding:0;
}

	#jsddm li a
	{	display: block;
		/*background: #333333;*/
		padding: 10px 15px 9px 20px;
		text-decoration: none;
		/*width: 70px;*/
		color: #fff;
		white-space: nowrap;
		margin-bottom:0;
	}

	#jsddm li a:hover
	{	background: #feda74;color: #333;margin-bottom:0;}
	
	#jsddm li a.active
	{	background: #feda74;color: #333;margin-bottom:0;}

		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			z-index:999;}
		
		#jsddm li ul li
		{	float: none;
			display: inline;
			margin-bottom:0;}
		
		#jsddm li ul li a
		{	width: auto;
			background: #fff9e5;
			color: #0066b6;
			font-size: 12px;
			font-weight:300;
			font-family: Arial, Helvetica, Verdana, sans-serif;
			padding: 5px 10px;
			border-bottom: solid 1px #d1d1d1;
			border-left: solid 1px #d1d1d1;
			border-right: solid 1px #d1d1d1;
			margin-bottom:0;
		}
		
		#jsddm li ul li a:hover
		{	background: #feda74;text-decoration:underline;}

