
#navigation {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-top: 10px;
}

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

	#jsddm li
	{	float: left;
		list-style: none;
	}

	#jsddm li a
	{	display: block;
		text-transform: uppercase;
		background-color: #102037;
		background-color: white;
		background-image: url(../images/vert_dots.gif);
		background-position: right;
		background-repeat: repeat-y;
		padding: 15px;
		text-decoration: none;
		color: #143b66;
		white-space: nowrap
	}
	
	.no_dots {
		background-image: none !important;
	}

	#jsddm li a:hover
	{	background-color: #143b66;
		color: white;
	}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-right: 0px;
		}
		
		#jsddm li ul li
		{	float: none;
			display: inline;
		}
		
		#jsddm li ul li a
		{	width: auto;
			background: #969696;
			text-transform: capitalize;
			text-align: left;
			padding: 7px;
			color: white;
			border-top: 1px solid white;
		}
		
		#jsddm li ul li a:hover {
			background: #143b66			
		}

