﻿body {
	behavior: url("scripts/csshover2.htc");
}

.nav {
	background: #fdf5e6;
	text-align: center;
}
.nav ul {
	margin: 0;
	left: 15%;
	position:relative;
	list-style: none;
}
.nav ul li {
	float: left;
	position: relative;
	z-index: auto !important;
	z-index: 1000;
	border-right: solid 1px #aaa;
}
.nav a, .nav a:visited {
	font-weight: bold;
	color: #222;
	background-color: #fdf5e6;
	text-decoration: none;
}
.nav ul li a {
	color: #222;
	background: #fdf5e6;
	float: none !important;
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 10px;
	text-decoration: none;
}
.nav ul li ul {
	padding-left: 1px;
	display: none;
	border: none;
	color: #222;
	background: #fdf5e6;
	width: 1px;
	margin: 0;
}
.nav ul ul li {
	border: 0;
	text-align:left;
}
.nav ul li:hover a {
	background-color: #fdf5e6;
	text-decoration: none;
	color: #784614;
}
.nav ul li:hover ul {
	display: block;
	position: absolute;
	z-index: 999;
	top: 29px;
	margin-top: 1px;
	left: 0;
}
.nav ul li:hover ul li a {
	display: block;
	width: 12em;
	height: auto;
	line-height: 1.3em;
	margin-left: -1px;
	padding: 5px 10px 5px 10px;
	background-color: #fdf5e6;
	color: #222;
}
.nav ul li:hover ul li a:hover {
	background-color: #fdf5e6;
	text-decoration: none;
	color: #784614;
}
.nav ul li a:hover {
	background-color: #fdf5e6;
	text-decoration: none;
	color: #784614;
}
.nav ul li a:hover ul {
	display: block;
	width: 12em;
	position: absolute;
	z-index: 999;
	top: 29px;
	left:0;
}
.nav ul li ul li a:visited {
	background-color: #fdf5e6;
	color: #222;
}
.nav ul li a:hover ul li a {
	display: block;
	width: 12em;
	height: 1px;
	line-height: 1.3em;
	padding: 4px 16px 4px 16px;
	background-color: #fdf5e6;
	color: #222;
} 
.nav ul li a:hover ul li a:hover {
	background-color: #fdf5e6;
	text-decoration: none;
	color: #784614;
}
.nav .nobor {
	border: 0;
}

.bodtable ul {
	list-style-image: url('../images/bulletCheck.gif');
}