


.nav A:link {text-decoration: none; font-family:arial, helvetica; font-weight:bold}
.nav A:visited {text-decoration: none; font-family:arial, helvetica; font-weight:bold}
.nav A:active {text-decoration: none; font-family:arial, helvetica; font-weight:bold}
.nav A:hover {text-decoration: underline overline;  font-family:arial, helvetica; color: red; font-weight:bold}


.title {font-family:arial, helvetica; font-weight:bold; color: red}

.copy {font-family:arial, helvetica; font-size:10pt; color:black}

.footer {font-family:arial, helvetica; font-size:12pt; color:black; font-weight:bold}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: fixed; /* Menu position that can be changed at will */
top: 140px;
left: 200px;
z-index:100;
width: 760; /* precision for Opera */
}
#menu dl {
float: left;
width: 6em; /* for better alignment lower vale otherwise it wraps */
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 107px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none;}

#sddm li a:hover
{	background: #49A3FF;}

#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: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
		

	