/* CSS Document */
#jsddm
{	margin: 0;
	padding: 0;
	width:936px; 
	background:#002e59 url(../images/mainnav_btm_rnd.gif) left bottom no-repeat;;
	height:28px;}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 14px Myriad Pro, Arial, Helvetica, sans-serif;}

	#jsddm li a
	{	display: block;
		background: #637c8f;
		padding: 6px 34px;
		text-decoration: none; 
		background:url(../images/mainnav_sep.gif) right center no-repeat;
		color: #eef0f1;
		white-space: nowrap;}
	
	#jsddm li a.last { background:none;}
	#jsddm li a.last:hover { background:none;}

	#jsddm li a:hover
	{background:url(../images/mainnav_sep.gif) right center no-repeat; color:#fae8c6;}

	#jsddm li a.active
	{background:url(../images/mainnav_sep.gif) right center no-repeat; color:#fae8c6;}

	
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			font-size:12px; 
			color: #353535;
			z-index:999;

			}
		
			#jsddm li ul li
			{	display: block; float:none;
				font-size:12px;

	
				}
			
			#jsddm li ul li a
			{ display:block;
				width:100%;
				color: #000000;
				border-bottom:1px solid #999897;
				font-weight:bold; 
				padding-left:36px;
				text-decoration: none; 
				white-space: nowrap;
				background:#fff;
				opacity:0.75;
				filter:alpha(opacity=75);
				-moz-opacity:0.75;
				-khtml-opacity: 0.75;
				}
			
			#jsddm li ul li a:hover
			{	background:#003965; 
				font-weight:bold; 
				color: #ffffff;
				opacity:100;filter:alpha(opacity=100);
				-moz-opacity:10;
				-khtml-opacity: 10;
			}
