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

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

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}

#sddm li a
{
	display: block;
	padding: 7px 0 5px 0;
	width: 180px;
	background: #fff;
	color: #877b77;
	text-align: center;
	text-decoration: none;
	border-top: 1px none #f1aa80;
	border-right: 1px none #f1aa80;
	border-bottom: 1px solid #f1aa80;
	border-left: 1px none #f1aa80;
}

#sddm li a:hover
{
	background: #877b77;
	color: #fff;
	border-bottom: 1px solid #f1aa80;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #877b77;
	width: 180px;
	text-align: center;
	
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background: #877b77;
	color: #fff;
	font-size: 12px;
	font-style: italic;
}

	#sddm div a:hover
	{
	background: #fff;
	color: #877b77;
}
