@charset "utf-8";
/* CSS Document */

ul.nav {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 3000;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 950px;
	float: left;
	position:relative;
	list-style: none;
}

#nav a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #004F00;
	line-height: normal;
}

#nav li li a:hover {
	background-color: #7CC540;
	color: #FFFFFF;
}

li.nav {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	background-color: #ededed;
	z-index: 3000;
}

#nav_1 {
	width: 85px;
}

#nav_2 {
	width: 121px;

}

#nav_3 {
	width: 139px;
}

#nav_4 {
	width: 121px;
}

#nav_5 {
	width: 112px;
}
#nav_6 {
	width: 110px;
}
#nav_7 {
	width: 110px;
}

#nav_8 {
	width: 95px;
}
li.nav ul.nav {
	display: none;
	position: absolute;
	z-index: 3000;
	top: 100%;
	left: auto;
	width: 168px;
	font-weight: normal;
	list-style: none;
	background-color: #feedc8;
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-right-color: #7CC540;
	border-bottom-color: #867043;
	border-left-color: #7CC540;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

li.nav > ul.nav {
	top: 24px;
	left: 0;
	z-index: 3000;
}

li.nav li.nav {
	display: block;
	float: none;
	background-color: transparent;
	border-top: solid 1px #7bbb54;
	width: 165px;
	z-index: 3000;
}

li.nav:hover ul.nav, li.over ul.nav {
	display: block;
	position: absolute;
	z-index: 3000;
}
