﻿/* *********** DropDownMenu ************** */

#jsddm {	
	margin								: 0;
	padding								: 0;
}

#jsddm li {	
	width									: 96px;
	float									: left;
	position							: relative;	
	margin-right					: 1px;
	margin-left						: 1px;	
	list-style						: none;
	display: block;
}

#jsddm li a {
	text-decoration				: none;
	white-space						: nowrap;
}

#jsddm li a.Selected {
	color 								: #ffbc6e;
}

#jsddm li a.Empty {
	height								: 20px;
}

#jsddm li a.Empty:hover {
	background						: #20548E;
}

#jsddm li a:hover {
	color 								: #ffbc6e;
}

#jsddm li ul {
	background-color			: #002f53;
	margin								: 25px 0 0;
	padding								: 0;
  width									: 195px;	
	/*position							: absolute;*/
	position								:relative;
	z-index								: 100;
	display						: none;
}

#jsddm li ul li {
	float									: none;
}
		
#jsddm li ul li a {
	background-image			: url('../Images/bg-submenuitem.png');
	background-repeat			: no-repeat;
	height								: 29px;
	font-family						: Verdana;
	font-size							: 8.5pt;
	color									: #ffffff;
	padding-left					: 10px;
	line-height						: 30px;
	margin-left						: 7px;
	margin-right					: 7px;
	display								: block;
	border-bottom					: 1px dotted #3b5f7b;	
	width									: 165px;
}
		
#jsddm li ul li a:link {
	background-image			: url('../Images/bg-submenuitem.png');
	background-repeat			: no-repeat;
	height								: 29px;
	font-family						: Verdana;
	font-size							: 8.5pt;
	color									: #ffffff;
	padding-left					: 10px;
	line-height						: 30px;
	margin-left						: 7px;
	margin-right					: 7px;	
	display								: block;
	border-bottom					: 1px dotted #3b5f7b;
	width									: 165px;
}

#jsddm li ul li a:hover {
	background-image			: url('../Images/bg-submenuitemactive.png');
	background-repeat			: no-repeat;
	height								: 29px;
	font-family						: Verdana;
	font-size							: 8.5pt;
	color									: #ffbc6e;
	padding-left					: 10px;	
	line-height						: 30px;
	margin-left						: 7px;	
	margin-right					: 7px;	
	display								: block;
	border-bottom					: 1px dotted #3b5f7b;	
	width									: 165px;	
}
