/* Drop-down menu bar */
.menu_drop {
	background-image: url(/images/bkgd_menu.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width:720px;
	/* height: 32px; */
	position:relative;
	z-index:400;
	margin: 0 10px 0 10px;
	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: bold;
	}
.menu_drop_highlight {
	background-color: #FF6;
	}	
/* Style the links for the top level */
.menu_drop a, .menu_drop a:visited {
	display:block;
	font-size:10px;
	text-decoration:none;
	color:#333;
	height: 20px;
	padding: 0 0 0 10px;
	}
/* Style the second level background */
.menu_drop ul ul a.drop, .menu_drop ul ul a.drop:visited {
	background:#edefee;
	}
/* Style the second level hover */
.menu_drop ul ul a.drop:hover {
	background:#edefee;
	}
.menu_drop ul ul :hover > a.drop {
	background:#edefee;
	}
/* Style the third level background */
.menu_drop ul ul ul a, .menu ul ul ul a:visited {
	background:#edefee;
	}
/* Style the third level hover */
.menu_drop ul ul ul a:hover {
	background:#edefee;
	}
/* 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:20px;
	left:0;/* width:150px; */
	}
/* Position the third level flyout menu */
.menu_drop ul ul ul {
	left:150px;
	top:0;
	width:150px;
	}
/* Position the third level flyout menu for a left flyout */
.menu_drop ul ul ul.left {
	left:-150px;
}
/* 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:#edefee;
	color:#000;
	height:14px;
	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: #666;
	text-decoration: none;
	}
.menu_drop :hover > a, .menu_drop ul ul :hover > a {
	color:#fff;
	background-color: #666;
	}
/* 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:720px;
	margin: 0 10px 0 10px;
}
.menu_bar ul.static, .menu_bar ul.scripted {
	background-image: url(/images/bkgd_menu.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width:720px;
	height: 20px;
	line-height: 20px;
	position:relative;
	z-index:400;
	text-align: left;
	white-space: nowrap;
	margin: 0 0 -1px;
	padding: 0;
	font-size:10px;
	color:#333;
}
.menu_bar ul.static a, .menu_bar ul.scripted a {
	text-decoration: none;
	color: #333;
}
.menu_bar li {
	float: left;
	margin: 0;
	list-style-type: none;
	position: relative;
	padding: 0 10px 0 10px;
	line-height: 20px;
}
.menu_bar li a, .menu_bar li p {
	height: 20px;
	margin: 0 -10px 0 -10px;
	padding: 0 10px 0 10px;
	display: block;
}
.menu_bar li ul {
	position: absolute;
	background-color: #edefee;
	margin: 0 0 0 -10px;
	padding: 0;
	float: left;
}
.menu_bar li li {
	float: none;
}
.menu_bar ul.static li ul, .menu_bar ul.scripted li ul {
	display: none;
}
.menu_bar ul.static a:hover, .menu_bar ul.static li:hover, .menu_bar ul.scripted a.highlight, .menu_bar ul.scripted li.highlight {
	color:#fff;
	background-color: #666;
}
.menu_bar ul.static li:hover ul, .menu_bar ul.scripted .active ul {
	display: block;
}
form#cse-search-box {
	padding: 5px 0 0;
	margin: 0;
	line-height: normal;
}
form#cse-search-box input {
	margin: 0;
	padding: 0;
}

