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

/* Site Layout */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #606;
}
html, body {
    height: 100%;
	margin: 0 auto;
    padding: 0;
    text-align: center;
	background: #606 url(../images/gradient.gif) left top repeat-x;
}
a:link {
	color: #606;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #606;
}
a:hover {
	text-decoration: underline;
	color: #606;
}
a:active {
	text-decoration: none;
	color: #606;
}
#table {
	background: #FFF;
	border-left: #609 thick ridge;
	border-right: #609 thick ridge;
	border-top: 0px hidden;
	border-collapse: separate;
	width: 920px;
	height: 100%;
	padding-top: 0px;
	margin-top: 0px;
}
#corner {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(../images/corner_events.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

/* Menu Bar */

#menuh-container {
	width: 900px;
	position: relative;
	left: 2px;
	text-align: center;
	margin: 0 auto;
}
#menuh {
	font-size: 14px;
	font-family: Georgia, Times New Roman, Times, serif;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}	
#menuh a {
	text-align: center;
	display: block;
	border: 1.5px solid #FFF;
	white-space: nowrap;
	margin: 0 auto;
	padding: 0.3em;
	text-align: center;
}
#menuh a:link, #menuh a:visited, #menuh a:active {
	color: #FFF;
	background-color: #606;
	text-decoration: none;
}
#menuh a:hover {
	color: #FFF;
	background-color: #609;
	text-decoration: none;
}
#menuh ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 16em;
	text-align: center;
}
#menuh li {
	position: relative;
	min-height: 1px;
	vertical-align: bottom;
}
#menuh ul ul {
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 1em;
	margin: -1em 0 0 -1em;
	text-align: center;
}
div#menuh li:hover {
	cursor: pointer;
	z-index: 100;
}
div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display: none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}
