@charset "utf-8";
/* CSS Document */

#sddm {
	margin: 0;
	padding: 0;
	z-index: 3000;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	xwidth: 60px;
	background: #5970B2;
	color: #FFF;
	xtext-align: center;
	text-decoration: none;}

#sddm li a:hover
{	xbackground: #49A3FF;
	xbackground: transparent url(images/bg_menu-act.gif) top left no-repeat;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	xbackground: #EAEBD8;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		xbackground: #EAEBD8;
		xcolor: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	xbackground: #49A3FF;
	     background: transparent url(images/bg_menu-act.gif) top left no-repeat;
		color: #FFF;}


