/* Drop-down menu bar */
.menu_drop {
	background-image: url(bkgd_menu.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width:900px;
	height: 25px;
	position:relative;
	z-index:400;
	margin: 0 0px 3px 0px;
	text-align: left;
	}
/* Remove all the bullets, borders and padding from the default list styling */
.menu_drop ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.menu_drop ul ul {
	width:auto;
	list-style-type:none;
	}
/* Float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu_drop li {
	float:left;
	position:relative;
	list-style-image:none;
	list-style-position:inherit;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight: bold;
	}
/* Style the links for the top level */
.menu_drop a, .menu_drop a:visited {
	display:block;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;	
	text-decoration:none;
	color:#fff;
	height: 25px;
	padding: 0.4em 0.5em 0px 0.8em;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}
/* Style the second level background */
.menu_drop ul ul a.drop, .menu_drop ul ul a.drop:visited {
	background:#7FB299;
	}
/* Style the second level hover */
.menu_drop ul ul a.drop:hover {
	background:#7FB299;
	}
.menu_drop ul ul :hover > a.drop {
	background:#7FB299;
	}
/* Style the third level background */
.menu_drop ul ul ul a, .menu ul ul ul a:visited {
	background:#7FB299;
	}
/* Style the third level hover */
.menu_drop ul ul ul a:hover {
	background:#7FB299;
	}
/* Hide the sub levels and give them a positon absolute so that they take up no room */
.menu_drop ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;/* width:150px; */
	}
/* Position the third level flyout menu */
.menu_drop ul ul ul {
	left:120px;
	top:0;
	width:120px;
	}
/* Position the third level flyout menu for a left flyout */
.menu_drop ul ul ul.left {
	left:-120px;
}
/* Style the table so that it takes no ppart in the layout - required for IE to work 
.menu_drop table {
	position:absolute;
	top:0;
	left:0;
	}*/
/* Style the second level links */
.menu_drop ul ul a, .menu_drop ul ul a:visited {
	background:#006633;
	color:#fff;
	height:20px;
	line-height:12px;
	padding: 4px 2px 2px 8px;
	margin: 0 0 0 0;
	}
/* Style the top level hover */
.menu_drop a:hover, .menu_drop ul ul a:hover {
	color:#fff;
	background-color: #7FB299;
	text-decoration: none;
	height: 20px;
	margin: 0px 0px 0px 0px;
}
.menu_drop :hover > a, .menu_drop ul ul :hover > a {
	color:#000;
	background-color: #7FB299;
	}
/* Make the second level visible when hover on first level list OR link */
.menu_drop ul li:hover ul,  .menu_drop ul a:hover ul {
	visibility:visible;
	}
/* Keep the third level hidden when you hover on first level list OR link */
.menu_drop ul :hover ul ul {
	visibility:hidden;
	}
/* Make the third level visible when you hover over second level list OR link */
.menu_drop ul :hover ul :hover ul {
	visibility:visible;
	}
.menu_bar {
	width:900px;
	margin: 0 10px 0 10px;
}

form#cse-search-box {
	padding: 5px 0 0;
	margin: 0;
	line-height: normal;
}
form#cse-search-box input {
	margin: 0;
	padding: 0;
}
