#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#sddm li a
{	display: block;
	margin: 0;
	padding: 4px 10px;
	/*width: 60px;
	background: #5970B2;*/
	color: #FFF;
	text-align: center;
	text-decoration: none;
}


#sddm div
{	position: absolute;
	visibility: hidden;/*
	background: #EAEBD8;
	border: 1px solid #cccccc;*/
	margin-top:-1px;
}

#sddm div a
{	position: relative;
	margin: 0;
	/*_width: 200px;
	*width: 200px;*/
	white-space: nowrap;
	text-align: left;
	font: 10px arial;
}

#sddm a.pull_menu {
	background: url('/img/pull_menu_1.png') no-repeat right 0;
	text-decoration: none;
	width:240px;
	height:30px;
	margin-left:-40px;
	_margin-left:-5px;
	color:#ffffff;
	_behavior: url('/script/iepngfix.htc');
}

#sddm a.pull_menu_bottom {
	background: url('/img/pull_menu_2.png') no-repeat right 0;
	text-decoration: none;
	width:240px;
	height:45px;
	margin-left:-40px;
	_margin-left:-5px;
	color:#ffffff;
	_behavior: url('/script/iepngfix.htc');
}

#sddm a.pull_menu:hover {
	background: url('/img/pull_menu_hover.png') no-repeat right 0;
	text-decoration: none;
	width:240px;
	margin-left:-40px;
	_margin-left:-5px;
	color:#ffffff;
	_behavior: url('/script/iepngfix.htc');
}

#sddm a.pull_menu_bottom:hover {
	background: url('/img/pull_menu_hover_bottom.png') no-repeat right 0;
	text-decoration: none;
	width:240px;
	margin-left:-40px;
	_margin-left:-5px;
	color:#ffffff;
	_behavior: url('/script/iepngfix.htc');
}

.pull_menu_padding {
	padding-left: 35px;
	_padding-left:0px;
	line-height:27px;
}


