/* style the outer div to give it width */
.menu_top {
	height:26px;
	background: #000000;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu_top ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu_top ul ul {
	width: 760px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu_top positon */
.menu_top li {
	float: left;
	position: relative;
	list-style-image : none;
	padding: 0px 15px 0px 15px;
	background: #000000 url("/images_pb/menu_sep.gif") right center no-repeat;
	list-style-type : none;
	margin-left : 0; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	/* font-weight: bold; */
}
#topnavigation .container .menu_top ul ul li,
.menu_top ul ul li {
	background-color: #666666;
	background-image: none;
	padding: 0px;
}
#topnavigation .container .menu_top ul ul ul li,
.menu_top ul ul ul li {
	background-color: #000000;
	padding: 0px;
}

#topnavigation .container {
	background-position: 6px 50%;
	padding: 3px 0 3px 30px;
}
#topnavigation .container .menu_top {
	background: transparent;
}


/* style the links for the top level */
.menu_top a,
.menu_top a:visited {
	display: block;
	text-decoration: none;
	/*
	border-right: 1px solid #87C900;
	line-height: 28px;
	*/
	line-height: 24px;
	/* font-weight: bold; */
	color: #FFF;
	padding: 0px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu_top a,
* html .menu_top a:visited {
	w\idth: 150px; /* 30 */
}
/* style the second level background */
.menu_top ul ul a.drop,
.menu_top ul ul a.drop:visited {
	background: #FFF;
}
/* style the second level hover */
#topnavigation .container .menu_top ul ul a.drop:hover,
.menu_top ul ul a.drop:hover {
	background: #c9ba65;
}

#topnavigation .container .menu_top ul ul :hover>a.drop,
.menu_top ul ul :hover>a.drop {
	background: #c9ba65;
}

/* style the third level background */
#topnavigation .container .menu_top ul ul ul a,
#topnavigation .container .menu_top ul ul ul a:visited,
.menu_top ul ul ul a,
.menu_top ul ul ul a:visited {
	background: #000000;
}

/* style the third level hover */
.menu_top ul ul ul a:hover {
	/*
	background: #b2ab9b;
	background-image: url(../images_pb/menu_bg_sel.jpg);
	background-repeat: repeat-x;
	*/
}

.menu_top ul ul ul :hover>a {
	/*
	background: #b2ab9b;
	background-image: url(../images_pb/menu_bg_sel.jpg);
	background-repeat: repeat-x;
	*/
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu_top ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 24px;
	left: 0;
	width: 150px;
}

/* another hack for IE5.5 */
* html .menu_top ul ul {
	top: 24px;
	t\op: 24px;
}

/* position the third level flyout menu_top */
.menu_top ul ul ul {
	left: 139px;
	top: 0;
	width: 149px;
}

/* position the third level flyout menu_top for a left flyout */
.menu_top ul ul ul.left {
	left: -139px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu_top table {
	position: absolute;
	top: 0;
	left: 0;
}

/* style the second level links */
#topnavigation .container .menu_top ul ul a,
#topnavigation .container .menu_top ul ul a:visited,
.menu_top ul ul a,
.menu_top ul ul a:visited {
	/*
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	*/
	background: #666666; /* sub-bk */
	color: #CCCCCC;
	font-weight:normal;
	height: auto;
	line-height: 1em;
	padding: 4px 5px;
	width: 129px /* yet another hack for IE5.5 */
}

* html .menu_top ul ul a {
	width: 150px;
	w\idth: 129px;
}

/* style the top level hover */
#topnavigation .container .menu_top a:hover,.menu_top ul ul a:hover,
.menu_top a:hover,.menu_top ul ul a:hover {
	color: #CCCCCC;
	/*
	background: #FFF;
	background-image: url(../images_pb/menu_bg_sel.jpg);
	background-repeat: repeat-x;
	*/
}

#topnavigation .container .menu_top :hover>a,
#topnavigation .container .menu_top ul ul :hover>a,
.menu_top :hover>a,
.menu_top ul ul :hover>a {
	color: #FFFFFF;/* top level */
	/*
	background: #3E6002;
	background-image: url(../images_pb/menu_bg_sel.jpg);
	background-repeat: repeat-x;
	*/
}
#topnavigation .container .menu_top ul ul :hover>a,
.menu_top ul ul :hover>a {
	color: #FFFFFF;
	font-weight:normal;
	/*
	background: #3E6002;
	*/
}

/* make the second level visible when hover on first level list OR link */
.menu_top ul li:hover ul,
.menu_top ul a:hover ul {
	visibility: visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu_top ul :hover ul ul {
	visibility: hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu_top ul :hover ul :hover ul ul {
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu_top ul :hover ul :hover ul {
	visibility: visible;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu_top ul :hover ul :hover ul :hover ul {
	visibility: visible;
}
