.sddm
{	
	z-index: 30;
}

.sddm div.pull_menu
{	position: absolute;
	visibility: hidden;
	/*margin-top: 2px;*/
	margin-left: -5px;
}

.sddm div a.pull_menu
{	position: relative;
	text-align: left;
	color: #ffffff !Important;
	font-size: 0.9em !Important;
	font-weight: normal !Important;
	/*padding: 6px 18px !Important;*/
}

.sddm a.pull_menu {
	background: url('/img/bg_pulldown_body.png') repeat-y left bottom !Important;
	text-decoration: none;
	width:240px;
	line- height: 1.4em;
	_behavior: url('/script/iepngfix.htc');
}

.sddm a.pull_menu:hover {
	color: #999999 !Important;
}

.sddm .pull_menu_bottom {
	background: url('/img/bg_pulldown_bottom.png') no-repeat !Important;
	text-decoration: none;
	width: 240px;
	height: 9px;
	_behavior: url('/script/iepngfix.htc');
}


/* ---------------- language selector -------------- */

.sddm div.pull_menu_ls
{	position: absolute;
	visibility: hidden;
	margin-top: -16px;
	margin-left: -30px;
}

.sddm div a.pull_menu_ls
{	position: relative;
	text-align: left;
	color: #333333 !Important;
	font-size: 0.9em !Important;
	font-weight: normal !Important;
	padding: 2px 13px !Important;
	display: block;
}

.sddm a.pull_menu_ls {
	background: url('/img/bg_pulldown_ls_body.png') no-repeat left bottom;
	text-decoration: none;
	width:156px;
	_behavior: url('/script/iepngfix.htc');
}

.sddm a.pull_menu_ls:hover {
	color: #999999 !Important;
}

.sddm .pull_menu_ls_top {
	background: url('/img/bg_pulldown_ls_top.png') no-repeat left top;
	width:156px;
	height:12px;
	_behavior: url('/script/iepngfix.htc');
}

.sddm .pull_menu_ls_bottom {
	width:156px;
	height: 12px;
	background: url('/img/bg_pulldown_ls_bottom.png') no-repeat left bottom;
	_behavior: url('/script/iepngfix.htc');
}

