body {
	color: #44433f;	
	font: small "Helvetica", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 4px 0 0;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #006600;
}

p {
	margin: 0 0 17px;
	padding: 0;
	line-height: 18px;
}

.nav {
	margin-top:20px;
	float: left;
}

.nav ul {
	height: 30px;
	float: left;
	margin: 0;
	padding-left: 5px;
	list-style: none;
	font-size: small;
}

.nav li {
	float: left;
	padding: 0 7px;
	background: url(../img/menu/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}

.nav li.last {
	background:none;
}

.nav li:hover {
	z-index:2;
}

.nav li a {
	display: block;
	line-height: 32px;
	overflow: hidden;
	float: left;
}

a .menu-left {
	background: url(../img/menu/menu_left.png) no-repeat left top;
	width: 8px;
	height: 30px;
	line-height: 32px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(../img/menu/menu_mid.png) repeat-x top left;
	height: 30px;
	line-height: 32px;
	display: block;
	float: left;
	cursor:pointer;
}
a .menu-right {
	background: url(../img/menu/menu_right.png) no-repeat top left;
	width: 8px;
	height: 30px;
	line-height: 32px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -34px;
	line-height: 32px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #006600;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(../img/menu/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(../img/menu/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: small;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #d9fca2 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #44433f;
	background: none !important;
	line-height: 10px;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #006600;
	background: #d9fca2 !important;
	text-decoration: none;
	line-height: 10px;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #006600;
	background: #d9fca2 !important;
	text-decoration: none;
	line-height: 10px;
}
/**/
.nav .btm-bg {
	background: url(../img/menu/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
.content {
	width: 670px;
	background: transparent url(../img/menu/content_bg.png) repeat-y;
	float: left;
	padding: 10px 20px;
}
.content h1 {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #d9fca2;
}
.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
.content p {
	padding: 0 15px;
	text-align: justify;	
}
.content-bottom {
	width: 710px;
	background: transparent url(../img/menu/content_bottom.png) no-repeat;
	height: 13px;
	float: left;
}