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

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

#sddm li
{
	margin: 0;
	list-style: none;
	float: left;
	background-image: url(../images/gnd-navigation.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #666666;
	height: 26px;
	font-family: arial;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	padding: 0;
	color: #FFFFFF;
}

#sddm li a
{
	color: #FFF;
	text-decoration: none;
	line-height: 26px;
	display: block;
	height: 26px;
	text-align: center;
}

#sddm li a:hover
{
	background-image: url(../images/gnd-navigation-ovr.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-image: url(../images/gnd-footer.jpg);
	background-repeat: repeat;
	width: 295px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: left;
}

	#sddm div a
{
	position: relative;
	display: block;
	margin: 0;
	white-space: nowrap;
	text-align: left;
	color: #000000;
	height: 26px;
	background-color: #E8E8E8;
	border: 1px dotted #999999;
	font-family: arial;
	font-size: 11px;
	line-height: 26px;
	padding-left: 10px;
	background-image: url(../images/gnd-bodyground.jpg);
	background-repeat: repeat-x;
}

	#sddm div a:hover
	{
	color: #FFF;
	height: 26px;
	text-align: left;
}
