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

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

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

#sddm li a
{
	display: block;
	width: 80px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	height: 20px;
}

#sddm li a:hover
{
	font-weight: bold;
	color: #0E97AF;
}

.here
{
	font-weight: bold;
	color: #0E97AF;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-image: url(../images/gnd-transparent.png);
	background-repeat: repeat;
	width: 150px;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	background-repeat: repeat;
	font-family: arial;
	font-size: 11px;
	background-color: #000000;
	border: 1px solid #666666;
	height: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 10px;
}

	#sddm div a:hover
	{
	color: #FFFFFF;
	background-color: #0D97B1;
	border: 1px solid #FFFFFF;
}
