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

#sddm
{
	padding: 0;
	z-index: 30;
	width: 760px;
	display: block;
	height: 31px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 40px;
}

#sddm li
{
	list-style: none;
	float: left;
	font: bold 12px arial;
	width: 12%;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#sddm li a
{
	display: block;
	color: #666666;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 23px;
	line-height: 23px;
	background-image: url(../images/W_Nav_GND.png);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	white-space: nowrap;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#sddm li a:hover
{
	background-image: url(../images/W_ONav_GND.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #651626;
	background-image: url(../images/W_GND.png);
	background-repeat: repeat-x;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	width: 175px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #666666;
	background-image: url(../images/W_DropButton.jpg);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 23px;
	background-position: bottom;
}

	#sddm div a:hover
	{
	background: #999999;
	color: #FFF
}
