body
{	font-family:arial;
	font-weight:100;
	font-size:0.8em;
	text-align:center;
	color:#000;
	width:800px;
	margin:5px 5px 5px 5px;
	background:#eee;
}
table { font-size:100%; }


/* The menu css code on this page is Copyright 2006-2007 javascript-array.com */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30; /* was 30 */
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 3px 0px 2px 2px; /* was 0 1px 0 0  then 2 0 2 2 */
	padding: 0px; /* was 4px 10px; */
	width: 131px;	/* was 60 */
	background: #114D95; /* was #5970B2; */
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	
	background: #3366CC; /* was #49A3FF; */
}

#sddm div
{	position: absolute; /* was absolute */
	visibility: hidden;
	margin: 0;
	padding: 2px; /* was 0 */
	background: #5081BC; /* was #EAEBD8; */
	border: 1px solid #FFFFFF; /* was #5970B2; */
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #5081BC; /* was #EAEBD8; */
		color: #FFFFFF; /* was #2875DE; */
		font: 11px arial;	/* overridden by div style */
	}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF;
	}

