@charset "UTF-8";
/* CSS Document */

#sddm
{
	margin: 0;
	padding: 0;
	z-index: 100;
}

#sddm li
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	z-index: 50;
}

#sddm li a
{
	display: block;
	color: #00728f;
	text-align: center;
	text-decoration: none;
	font-family: MetaPlusMedium;
	font-size: 12px;
	font-style: normal;
	margin: 0;
}

#sddm li a:hover
{}

#sddm div
{
	position: absolute;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffffff;
		color: #00728f;
		font: 11px arial}

	#sddm div a:hover
	{	background: #00728f;
		color: #ffffff}
.style1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	z-index: 1;
}
