/* default opacity for IE */
img {
	filter:alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}

body {
	background-color:white;
	margin:0px;
	font-family:verdana;
	color:black;
	font-size:12px;
	line-height:17px;
}

#menu {
	width: 100%;
	font-size:14px;
	font-weight:500;
	height: 40px;
	font-family: helvetica;
	color: black;
	text-align:center;
}

#menu ul {
	margin:0px;
}

#menu ul li {
	display: inline;
	list-style-type: none;
	padding-top:13px;
	padding-bottom:12px;
	padding-left:20px;
	padding-right:20px;
	line-height:40px;

}

#menu ul li.last {
	border-right-width: 0px;
}

#menu ul li:hover {
	background-color:#7DB900;
}

#menu ul li a {
	color:black;
	text-decoration:none;
}

#menu ul li a:hover {
	color:white;
	font-weight:500;
	text-decoration:none;
}

#menu ul li.active a {
	color:#7DB900;
	text-decoration:none;
}

#menu ul li.active a:hover {
	color:#7DB900;
	text-decoration:none;
}

img.border {
	border-style:solid;
	border-color:white;
	border-width:1px; }

a.main:link { color: beige; text-decoration: none }
a.main:active { color: white; text-decoration: none }
a.main:visited { color: beige; text-decoration: none }
a.main:hover { color: white; text-decoration: none }

a.subm:link { color: black; text-decoration: none }
a.subm:active { color:#7DB900; text-decoration: none }
a.subm:visited { color: black; text-decoration: none }
a.subm:hover { color:#7DB900; text-decoration: none }

td {
	font-size:13px; }

td.unselected {
	font-size:13px;
	text-align:center; }

td.home {
	text-align:center; }

td.selectedm {
	border-style:dashed;
	border-color:beige;
	border-width:1px;
	font-size:13px;
	text-align:center; }

td.selected {
	border-style:dashed;
	border-color:beige;
	border-width:1px;
	border-top-width:0px;
	font-size:13px;
	text-align:center; }

td.submenu {
	border-style:dashed;
	border-color:beige;
	border-width:0px;
	border-bottom-width:1px;
	text-align:center; }

span.submenu {
	font-size:13px; }

#bottom {
	position:absolute;
	top:650px;
	width:700px;
	width:100%;
	margin:auto;
	text-align:center;
	font-size:11px;
}

#fade {
	position:absolute;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center
}

#imgnav {
	position:absolute;
	top:610px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:13px;
}

#imgnav_alt {
	position:absolute;
	top:625px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:13px;
}

#footer {
	position:absolute;
	top:700px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center
}

div.arrow {
	font-size:16px;
	font-weight:bold;
}

td.menuOuter {
	border-color:beige;
	border-style:solid;
	border-width:0px;
}

td.menuInner {
	border-color:beige;
	border-style:solid;
	border-width:0px;
	border-left:0px;
	border-right:0px;
}
