
#nav {
	position: relative;
	display: block;
	background-color: #102037;
	width: 960px;
	margin-top: 1px;
	text-align: center;
	z-index: 400;
}

#jsddm {
	margin: 0;
	padding: 0;
	z-index: 401;
	
}

#nav_left, #nav_right, #fvm_nav_left, #fvm_nav_right {
	background-color: #102037;
	width: 182px;
	height: 29px;
	margin-right: 1px;
}

#fvm_nav_right {
	margin-right: 0px;
	width: 183px;
}

#nav_left, #nav_right {
	width: 179px;
}

#nav_right {
	margin-right: 0px;
	width: 178px;
}

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

	#jsddm li a
	{	display: block;
		text-transform: uppercase;
		background: #20548E;
		background-color: #102037;
		padding: 5px 12px;
		padding-top: 7px;
		padding-right: 20px;
		padding-left: 20px;
		text-decoration: none;
		border-right: 1px solid white;
		height: 17px;
		width: 70px;
		width: auto;
		color: #EAFFED;
		white-space: nowrap
	}

	#jsddm li a:hover
	{	background: #1A4473
	}
		
		#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
		{	width: auto;
			background: #9F1B1B;
			text-transform: none;
			text-align: left;
		}
		
		#jsddm li ul li a:hover {
			background: #7F1616			
		}
