/******TOP BANNER ITASCA AUSTRALIA*******/
	
.top-l {
	height: 80px;
	width: 15px;
	background-image: url(../img/shared/top-left.png);
	position: absolute;
	left: 20px;
	top: 9px;
	}

div.top-m {
	height: 80px;
	width: 690px;
	background-image: url(../img/shared/top-mid.png);
	position: absolute;
	left: 35px;
	top: 9px;
	padding-top: 15px;
	padding-left: 10px;
	z-index: 1;
	}
	
img.top-m {
	display: block;
	margin-left: -7px;
	}

	
img#officelogo {
	display: block;
	margin-left: -6px;
	position: absolute;
	top: 9px;
	/*border: 1px solid orange;*/
	}
	
.top-m #pfctitle{position: absolute; top: 40px; left: 150px;}
	
img.hcilogo {
	display: block;
	margin-left: -7px;
	position: relative;
	top: 5px;
	}
	
img.itascalogo {
	display: block;
	margin-left: -6px;
	position: relative;
	top: -3px;
	}
	
.top-r {
	height: 80px;
	width: 15px;
	background-image: url(../img/shared/top-right.png);
	position: absolute;
	left: 725px;
	top: 9px;
	}
	
/* FOR DROP-DOWN MENU */	
	
.top-menu {
	width: 720px;
	height: 20px;
	background-image: url(../img/shared/top-menu2.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	top: 89px;
	z-index: 501;
	}
	
/* home button on international pages*/
.top-menu #home {position: absolute; top: 1px; left: 660px; z-index: 600;}
	
a.top1 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
	color: #ffffff;
	width: 75px;
	height: 20px;
	display: block;
	position: absolute;
	top: -3px;
	padding-top: 3px;
	margin-top: 3px;
	background-repeat: no-repeat;
	z-index: 15;
	text-align: center;
	cursor: default;
	margin-left: 0px;
	}
	
img.top1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	}
	
td.primnav {
	border-right: thin solid #838281;
	width: 75px;
	height: 20px;
	padding: 0px;
	}

td.menu {
	background-image: url(../img/shared/top-item.png);
	background-color: #000;
	color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	width: 150px;
	height: 20px;
	padding: 0px 0px 0px 5px;
	z-index: 5;
	}
	
td.top-bottom{
	background-image: url(../img/shared/top-bottom.gif);
	background-repeat: no-repeat;
	z-index: 5;
	}
    
table.menu {
	font-size:100%;
	position:absolute;
	visibility:hidden;
	float: right;
	width: 150px;
	top: 20px;
	z-index: 25;
	}

a.menu {
	color:#605d5c;
	text-decoration:none;
	font-weight:normal;
	padding-left: 10px;
	padding-top: 3px;
	display: block;
	width: 135px;
	min-height: 18px;
	*height: 18px;
	border: none;
	margin-left: -5px;
	}
	
a.menu:hover {
	color: #fff; 
	border: none;
	}
	
img.menu {
	display: block;
	width: 150px;
	height: 20px;
	position: relative;
	top: -40px;
	z-index: -1;
	}

