#jsddm {
	margin:0 12px 0 10px;
	padding: 0;
}
#jsddm li {
	float: right;
	list-style: none;
	font: 8pt Tahoma, Arial;
}
#jsddm li a {
	display: block;
	padding:10px 0;
	text-decoration: none;
	width: 110px;
	color: #000;
	white-space: nowrap;
	text-align:center;
	font-weight:bold;
	direction:rtl;
}
#jsddm li a:hover {
	background:url(menu/tc2.gif) no-repeat 0 5px #111;
	color:#edc10e;
}
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index:999;
	visibility: hidden;
}
#jsddm li ul li {
	float: none;
	display: inline
}
#jsddm li ul li a {
	width:110px;
	background: #111;
	color: #FFF;
	font-weight:normal;
	padding:7px 0;
}
#jsddm li ul li a:hover {
	background: #edc10e;
	background:url(menu/over3.gif) no-repeat 50% 4px #111;
	color:#000;
}
#tc {
	background:url(menu/tc.gif) no-repeat 0 0;
	height:15px;
	width:110px;
}
#bc {
	background:url(menu/bc.gif) no-repeat 0 0;
	height:15px;
	width:110px;
}
