/* Drop-down menu bar */
.menu_drop {
	background-image: url(../images/wrpr/bkgd_menu.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width:740px;
	height: 18px;
	position:relative;
	z-index:400;
	margin: 0 0 0 0;
	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 3px;
	font: bold;
}
/* 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:17px;
	padding: 0 0 0 7px;
}
/* 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:17px;
	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:12px;
	line-height:12px;
	padding: 2px 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: #069;
	text-decoration: underline;
}
.menu_drop :hover > a, .menu_drop ul ul :hover > a {
	color:#fff;
	background-color: #069;
}
/* 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;
}

/*------------------------------------------------------------------------------------------------*/
/* Drop-down menu bar */
.menu2_drop {
	background-image: url(../images/wrpr/bkgd_menu.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width:740px;
	height: 18px;
	position:relative;
	margin: 0 0 5px 0;
	*margin:0px;
	text-align: left;
	x-index:400;
}
/* Remove all the bullets, borders and padding from the default list styling */
.menu2_drop ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu2_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 */
.menu2_drop li {
	float:left;
	position:relative;
	list-style-image:none;
	list-style-position:inherit;
	margin:0 0 0 0;
	padding:0 0 0 3px;
	font: bold;
}
/* Style the links for the top level */
.menu2_drop li a, .menu2_drop li a:visited {
	display:block;
	font-size:10px;
	text-decoration:none;
	color:#fff;
	height:17px;
	padding: 0 0 0 7px;
}
/* Style the second level background */
.menu2_drop ul ul a.drop, .menu2_drop ul ul a.drop:visited {
	background:#edefee;
}
/* Style the second level hover */
.menu2_drop ul ul a.drop:hover {
	background:#edefee;
}
.menu2_drop ul ul :hover > a.drop {
	background:#edefee;
}
/* Style the third level background */
.menu2_drop ul ul ul a, .menu2 ul ul ul a:visited {
	background:#edefee;
}
/* Style the third level hover */
.menu2_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 */
.menu2_drop ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:17px;
	left:0;/* width:150px; */
	}
/* Position the third level flyout menu */
.menu2_drop ul ul ul {
	left:150px;
	top:0;
	width:150px;
}
/* Position the third level flyout menu for a left flyout */
.menu2_drop ul ul ul.left {
	left:-150px;
}
/* Style the table so that it takes no ppart in the layout - required for IE to work */
.menu2_drop table {
	position:absolute;
	top:0;
	left:0;
}
/* Style the second level links */
.menu2_drop ul ul a, .menu2_drop ul ul a:visited {
	background:#edefee;
	color:#000;
	height:12px;
	line-height:12px;
	padding: 2px 2px 2px 8px;
	margin: 0 0 0 0;
}
/* Style the top level hover */
.menu2_drop a:hover, .menu2_drop ul ul a:hover {
	color:#fff;
	text-decoration: underline;
	background:#edefee;
}
/* .menu2_drop :hover > a, .menu2_drop ul ul :hover > a {
	color:#fff;
	background:#edefee;
}
/* Make the second level visible when hover on first level list OR link */
.menu2_drop ul li:hover ul,  .menu2_drop ul a:hover ul {
	visibility:visible;
}
/* Keep the third level hidden when you hover on first level list OR link */
.menu2_drop ul :hover ul ul {
	visibility:hidden;
}
/* Make the third level visible when you hover over second level list OR link */
.menu2_drop ul :hover ul :hover ul {
	visibility:visible;
}
.menu2_drop_search {
	white-space: nowrap;
	text-align: right;
	padding: 0 0 0 10px;
	height:17px;
	border: 0;
}

/*------------------------------------------------------------------------------------------------*/
/* Main navigation tab */
#mainnavtab {
	display:block;
	text-align:left;
	width:740px;
	padding: 2px 0 0 0;
	height:17px;
	float:left;
	margin: 0;
	background-image: url(../images/wrpr/bkgd_menu.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

