﻿#sddm
{
	border: 0;
	margin: 0;
	padding: 0;
	z-index: 30;
	border-bottom-width: 0;
	border-right-width: 0;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 1em;
}

#sddm li a
{
	border: 0px;
	border-right: 0;
	border-left: 0;
	display: block;
	margin: 0 0 0 0;
	padding: 4px 9px;
	width: 61px;
	background: #CC99FF;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 1em;
}

#sddm li a:hover
{
	border: 0px;
	background: #FF9900;
}

#sddm div
{
	border-right: 0;
	border-left: 0;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FF9900;
	border: 0px;
	line-height: 20	px;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: -6;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #FF9900;
	color: #000080;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: .9em;
	border-right-width: 0;
	border-left-width: 0;
	text-indent: 0;
}

	#sddm div a:hover
	{
	background: #FFCC66;
	color: #000000
}