.modern_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 	font-weight: bold;
}
.modern_green ul {
	font-weight: normal;

}
.modern_green, .modern_green a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	line-height: 18px;
	cursor: pointer;
}
.modern_green a {
	border-right: 1px solid #B13930;
}
.modern_green a:visited {
	color:#FFFFFF;
	}
.modern_green ul a, .modern_green ul li a, .modern_green ul a:visited, .modern_green ul li a:visited {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;

}
.modern_green li.hover {
	background-color: #C79900;
	background-image: none;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.modern_green ul li.hover {
	background:none;
	color:#EAD9AB;
	

}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.modern_green a.hover {
	color: #ffffff;
	border-top:1px solid #CCCCCC;
	border-bottom: none;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.modern_green ul a.hover {
	color: #000000;
	background-color:#EAD9AB;
	border: none;

}
div.tabmenu ul li ul {
	border-left: 1px solid #CCCCCC;
	}

div.tabmenu ul .active {
	background-color: #C79900;
	color: #ffffff;
	border-top:1px solid #CCCCCC;
	border-bottom: none;
}
div.tabmenu ul li ul .active {
	color: #000000;
	background-color:#EAD9AB;
}

/* 
 *  * Define the arrow
 *   * Applies to all menu items that have sub-menus
 *    */
div.tabmenu ul li.arrow {
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}

div.tabmenu ul li.active.arrow {
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}

div.tabmenu {
	clear: both;
}
div.tabmenu br {
	clear: both;
}
div.tabmenu ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;

}
div.tabmenu li {

	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
	position: static;
}
div.tabmenu a {
	clear: both;
	display: block;
	margin: 0px; 
}
div.tabmenu ul li ul {
	width:100%;
	position: absolute;
	left: -5000px;
	top: -5000px;
	clear: both;
}
div.tabmenu ul li ul li {
	padding: 0px;
	clear: none;
	color:#000000;
	font-weight: bold;
}

