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

#sddm
{
	padding: 0;
	z-index: 30;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#sddm li
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 38px;
	width: 113px;
	display: inline-block;
	float: left;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #666666;
	background-image: url(../images/gnd_navigation.jpg);
	background-repeat: repeat-x;
	list-style-type: none;
	text-align: center;
}

#sddm li a
{
	text-decoration: none;
	color: #333333;
	display: block;
	background-image: url(../images/gnd_navigation.jpg);
	background-repeat: repeat-x;
}

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

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #ffffff;
}

	#sddm div a
	{
	position: relative;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #333333;
	font: 12px arial;
	background-image: url(../images/gnd_navigation_dd.jpg);
	background-repeat: repeat-x;
}

	#sddm div a:hover
	{
	color: #CC3366;
	background-image: url(../images/gnd_navigation_ovr.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}

