BODY { 
	margin: 0 0 0 0;
	background-color: white;
}

body, p, div, td {
	font-family: Verdana, arial, helvetica, Sans-serif;
	font-size: x-small;
}

A:link { color: #000080; text-decoration: underline; }
A:visited { color: #000080; text-decoration: underline; }
A:hover { color: #DB1D38; text-decoration: underline; }

.subnav {
	font-size: 80%;
	color: #9C9C9C;
}
A.subnav:link { color: black; }
A.subnav:visited { color: black; }
A.subnav:hover { color: #A82C79; /*#5C2983*/;}

H1, .HD1 {
	font-size: 18pt;
}

H2, .HD2 {
	font-size: 14pt;
}

H3, .HD3 {
	font-size: 12pt;
}

.attention {
	font-size: 120%;
	color: #DB1D38;
}

.copyright {
	font-size: 7pt;
	color: #AFAFAF;
}

A.copyright:link { color: #AFAFAF; text-decoration: none; }
A.copyright:visited { color: #AFAFAF; text-decoration: none; }
A.copyright:hover { color: #AFAFAF; text-decoration: none; }

input, select {
	border: 1px solid #959494;
	background: white;
	padding-left: 2px;
	font-size: 90%;
}

.blendin {
	background: #E8E8CA;
	border: none;
}

.button { 
	cursor: hand;
}

.imgbutton {
	border: none;
	background: none;
	padding-left: none;
}


#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
#menu li {
	position: relative;
	background-color: #C29E2B;
	border-right:1px solid white;
	}
#menu li a {
	text-decoration:none;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 20px;
	}
#menu li:hover, #menu li.over {
	background-color: #936B0E;
	}

#menu ul li a:hover {
	background-color: #936B0E;
	}

li > ul {
	top: auto;
	left: auto;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

		
#menu li:hover ul, #menu li.over ul { 
	display: block; 
} /* The magic */