@charset "utf-8";
/* CSS Document */

#sddm
{
	z-index: 30;
	margin: 0;
	padding: 0;
}
#sddm li
{
	list-style: none;
	float: left;
	font-family: "Trebuchet MS", sans-serif, arial;
	font-size: 22px;
	margin: 0;
	padding: 0;
}

#sddm li a
{
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 10px;
	white-space: nowrap;
}

#sddm li a:hover
{
	color: #DB6FB8;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	padding: 0;
	background-color: #2B9D5D;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #006741;
	border-right-color: #006741;
	border-left-color: #006741;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Trebuchet MS", sans-serif, arial;
	font-size: 14px;
	background-color: #2B9D5D;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006741;
}

	#sddm div a:hover
	{
	color: #FFFFFF;
	background-color: #006741;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424242;
}