

/*  MENU DIVS - FOR DEFINING SIZING OF DYNAMIC WAYFINDER MENUS */


#menu {
	background: url(http://ppb.com.au/site/assets/templates/image/blue_bg.png) repeat-x;
	height: 37px;
	width: 985px;
	float: left;
	margin-top: 2px;
}

#search {
	float: left;
	width: 180px;
	background: url(http://ppb.com.au/site/assets/templates/image/blue_bg.png) repeat-x;
	padding-left: 10px;
	padding-top: 3px;
	height: 34px;
	z-index: 1000;
}



#searchcorner {
	float: left;
	width: 27px;
	background: url(http://ppb.com.au/site/assets/templates/image/corner3.png) no-repeat;
	height: 37px;
}



#navigation {
	margin:0;
	width: 767px;
	float: right;
	height: 37px;
	padding-left: 0px;
}

#navigation ul {
	padding:0; 
	margin:0;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: none;
}

#navigation ul li {
	float:left; 
	position:relative;
	padding: 0px;
	margin: 0px;
	height:30px;
	list-style-image: none;
}
#navigation ul li a, #navigation ul li a:visited {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center; 
	text-decoration:none;  
	color:#ffffff; 
	border-right:1px solid #fff;
	line-height:30px; 
	font-size:11px;
	list-style-image: none;
}

#navigation ul li ul {
display: none;
list-style-image: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
#navigation ul li:hover a {
color:#fff!important;
/*background: url(http://ppb.com.au/site/assets/templates/image/nav_hover_bg.png) repeat-x;*/
background: url(http://ppb.com.au/site/assets/templates/image/nav_hover_bg.png) repeat-x;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
#navigation ul li:hover ul {
display:block; 
position:absolute; 
top:31px;
left:0;
}


/* style the background and foreground color of the submenu links */
#navigation ul li:hover ul li a {
display:block;
background: url(http://ppb.com.au/site/assets/templates/image/nav_hover_off.png) repeat-x;
}
/* style the background and forground colors of the links on hover */
#navigation ul li:hover ul li a:hover {
background: url(http://ppb.com.au/site/assets/templates/image/nav_hover_bg.png) repeat-x;
}*/

/* common styling */
#navigation {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; width:765px; position:relative; margin:0; font-size:11px; z-index:100;}

#navigation ul li a, #navigation ul li a:visited {display:block; text-decoration:none; width:150px; height:31px; text-align:center; color:#ffffff; font-size:11px; overflow:hidden;}

#navigation ul {padding:0; margin:0;list-style-type: none; }
#navigation ul li {float:left; margin-right:1px; position:relative;}
#navigation ul li ul {display: none;
}





