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

#sddm
{	margin: 0 16px;
	width: 500px;
	padding: 0;
	z-index: 30
}

#sddm li
{	
	margin: 1px 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Verdana, "Trebuchet MS", sans-serif, Helvetica;
	letter-spacing:1px;
	font-size: 14px;
	}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 12px 0px;
	width: 118px;
	background: url(../images/navbar-btn-bg.jpg) repeat-x;
	color: #4F392C;		/* less darker title color */
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: url(../images/navbar-btn-bg-hover.jpg) repeat-x;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 2px 0 3px 0;		/* padding at top and bottom of the drop down menu */
	width: 118px;
	background: #8DAEB4;
	border-top: 1px solid #649B9F;
	letter-spacing: 0px;
	}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 0px;
		width: 118px;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		font-weight:normal;
		background: #8DAEB4;
		color: #3C2315;
		font: 13px "Trebuchet MS";
		}

	#sddm div a:hover
	{	background: #a8c9ce;
		}