#Menu
{
	position: relative;
	list-style-type: none;
	margin: -1px -1px -1px -1px;
	top: auto;
	left: 0px;
	width: 800px;
	height: auto;
	font-size: 99%;
	white-space: nowrap;
	text-align: center;
	z-index: 2;
	background-color:#F5DEB3;

	border-bottom-style:solid;
	border-bottom-width:thin;
	border-right-style:solid;
	border-right-width:thin;
	border-top-style:solid;
	border-top-width:thin;
	border-color:#696969;

	overflow:auto;
}

#Menu li
{
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: auto;
	display: inline;

	border-left-style: solid;
	border-left-width:thin;
	border-color: #696969;		
}

#Menu ul
{
	margin: 0px;
	padding: 0px;
}

#Menu a
{
	height: auto;		
	display: block;
	padding: 2px 2px 2px 2px;

	background-color: #F5DEB3;
	background-image: url(../pictures/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	z-index: 3;
}

#Menu a:link, #Menu a:visited
{
	color: #2D1E2D;
	text-decoration: none;
}

#Menu a:hover, #Menu a:active, #MenuSelected a:link, #MenuSelected a:visited, #MenuSelected a:hover, #MenuSelected a:active
{
	background-color: #D2B48C;
	background-image: url(../pictures/menu_bg_over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
	text-decoration: none;
	z-index: 3;
}


#navlist
{
	position: absolute;
	left: 20px;
	top:450px;
	width: 160px;
	
	font-size: xx-small;
	text-align:right;
	
	z-index: 3;
}

#navlist p
{
	font-size: .8em;
}

#navlist ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
}

#navlist li
{
	margin: 0;
}

#navlist a
{
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #999999;
	background-image: url(../pictures/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#navlist a:link, #navlist a:visited
{
	color: #eee;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active
{
	background-color: #9F6F9F;
	background-image: url(../pictures/menu_bg_over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
	z-index: 3;
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover, #uberlink a:active
{
	background-color: #9F6F9F;
	background-image: url(../pictures/menu_bg_over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
}

#TopMenu
{
	position: absolute;
	left: 195px;
	top: 100px;
	height: 10px;
	width: 615px;
	font-size: small;
	border-style: solid;
	border-color: #696969;
	border-width: thin;
	background-color: #F5F5F5;
	z-index: 3;
}

#InfoMenu
{
	position: absolute;
	left: 195px;
	top: 125px;
	height: 40px;
	width: 615px;
	font-size: small;
	border-style: solid;
	border-color: #696969;
	border-width: thin;
	z-index: 3;
}

#InfoMenuLeft
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 20px;
	width: 305px;
	padding: 2px 2px 2px 2px;
	font-size: small;
	border-style: none;
	z-index: 3;
}

#InfoMenuRight
{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 20px;
	width: 310px;
	padding: 2px 2px 2px 2px;
	font-size: small;
	text-align: right;
	border-style: none;
	z-index: 3;
}

#InfoMenuLeft H1
{
	font-size: x-small;
	color: #2F4F4F;
}

#InfoMenuRight H1
{
	font-size: x-small;
	color: #336699;
}
