/* CSS Document */
<style type="text/css">
#sddm
{	margin: 10;
	padding: 10;
	z-index: 30
	}

#sddm li
{
	margin: 0;
	padding: 1;
	list-style: none;
	float: left;
	font-family: "Century Gothic";
	font-size: 10px;
	color: #000000;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0px 0px;
	width: auto;
	background: #CCCCCC;
	color: #000;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #999999;
    color: #FFF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 0px 0px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #000;
		font: 9px arial}

	#sddm div a:hover
	{	background: #999999;
		color: #FFF}
	
	h3 {
	font-family: "Century Gothic";
	color: #999999;
}
li {
	font-family: "Century Gothic";
	font-size: 9px;
	display: list-item;
	list-style-type: square;
	text-decoration: none;
	font-weight: normal;
}
.style1 {
	font-family: "Century Gothic";
	font-size: 12px;
}
h4 {
	font-family: "Century Gothic";
	color: #333333;
}
p {
	font-family: "Century Gothic";
	font-size: 10px;
}

a:link:{color:#000000;
}
a:visited:{color:#000000;
}
a:active:{color:#000000;
}
a:hover:{color:#999999;
}

</style>

