@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
}
#page-wrap {
	width: 970px;
	float:left;
	clear:both;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
/* 
	LEVEL ONE
*/
ul.dropdown {
	position: relative;
	height:35px;
	background-image : url(../images/menu.gif);
	background-repeat: repeat-x;
	padding-left:20px;
}
ul.dropdown li {
	float: left;
	zoom: 1;
	height:35px;
	background-image : url(../images/menu.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}
*html ul.dropdown li {
	float: left;
	zoom: 1;
	height:27px;
	background-image : url(../images/menu.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}
ul.dropdown a:hover {
	color: #20622e;
	font-weight:bold;
}
ul.dropdown a:active {
	color: #ffa500;
}
ul.dropdown li a {
	display: block;
	padding: 10px 25px 0px 25px;
	border-right: 1px solid #64c178;
	color: #ffffff;
	width:65px;
	height:25px;
	text-align:center;
}
ul.dropdown li a.li04 {
	display: block;
	padding: 10px 25px 0px 25px;
	border-right: 1px solid #64c178;
	color: #ffffff;
	width:65px;
	height:25px;
	text-align:center;
}
ul.dropdown li a.li05 {
	display: block;
	padding: 10px 25px 0px 25px;
	border-right: 1px solid #64c178;
	color: #20622e;
	width:65px;
	height:25px;
	text-align:center;
	font-weight:bold;
	background: #f9f6ee;
}
*html ul.dropdown li a.li04 {
	display: block;
	padding: 10px 25px 0px 25px;
	border-right: 1px solid #64c178;
	width:120px;
	height:35px;
	text-align:center;
}
*html ul.dropdown li a.li05 {
	display: block;
	padding: 10px 25px 0px 25px;
	border-right: 1px solid #64c178;
	color: #20622e;
	width:120px;
	height:35px;
	text-align:center;
	font-weight:bold;
	background: #f9f6ee;
}

ul.dropdown li.li02 a {
	display: block;
	padding: 6px 25px 0px 25px;
	color: #ffffff;
	text-align:left;
	width:160px;
	height:20px;
}
*html ul.dropdown li.li02 a {
	display: block;
	padding: 6px 25px 0px 25px;
	text-align:left;
	width:220px;
	height:25px;
}
ul.dropdown li.li03 a {
	display: block;
	padding:0;
	color: #ffffff;
	width:53px;
	height:35px;
	border-left: 1px solid #64c178;
}
 /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	background: #f9f6ee;
	color: #20622e;
	position: relative;
}
ul.dropdown li.hover a {
	color: #20622e;
}
/* 
	LEVEL TWO
*/
ul.dropdown ul {
	width: 210px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	border:solid 1px #ccc;
}
*html ul.dropdown ul {
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	border:solid 1px #ccc;
}
ul.dropdown ul li {
	font-weight: normal;
	background: #beedc8;
	border-bottom: 1px solid #37b150;
	float: none;
	height:25px;
}
*html ul.dropdown ul li {
	font-weight: normal;
	background: #beedc8;
	border-bottom: 1px solid #37b150;
	float: none;
	height:25px;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
	color: #ffffff;
}
/* 
	LEVEL THREE
*/
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}

