#sddm
{
	margin: 0;
	padding: 0;
	z-index: 30;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
}



#sddm li a
{
	display: block;
	width: 149px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-position: center center;
	margin: 0;
	height:25px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000000;
	padding: 0px;
	vertical-align: middle;
	background-image: url(images/navBackground_r1_c3.png);
	background-repeat: repeat-x;
}


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


#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	background-image:url(images/navBackground_r1_c3.png);
	color: #ffffff;
	text-align:center;
	font-size:14px;
	background-repeat: repeat-x;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	width: 150px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/navBackground_r1_c3.png);
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

	#sddm div a:hover
	{
	color: #000000;
	background-image:url(images/navBackground_r1_c3.png);
	background-repeat:repeat-x;
}


