@media all
{
	/* Navigation Top Styles */

	.nt_row
	{
		background: url(http://www.murdoch.edu.au/_image/header/home_menu_tile.gif/);
		height: 52px;
		vertical-align: top;
	}

	.nt_table
	{
		background: url(http://www.murdoch.edu.au/_image/header/menu_bg.gif/) no-repeat left top;
		height: 52px;
		width: auto;
	}

	.nt_table_utility
	{
		background: url(http://www.murdoch.edu.au/_image/header/search_menu_bg.gif/) no-repeat left top;
		height: 52px;
		width: auto;
	}

	.nt_table_home
	{
		background: url(http://www.murdoch.edu.au/_image/header/home_menu_bg.gif/) no-repeat left top;
	}

	.nt_cell_left
	{
		padding-left: 15px;
	}

	.nt_cell
	{
		color: #FFFFFF;
		font-size : 11px;
		height: 52px;
		padding: 0px 5px 0px 5px;
		vertical-align: middle;
	}

	.nt_cell a:link, .nt_cell a:visited
	{
		color: #FFFFFF;
		text-decoration: none;
	}

	.nt_cell a:hover
	{
		color: #ECC528;
	}

	.nt_cell div
	{
		background-color: #CC0000;
		background-position: bottom;
		background-repeat: no-repeat;
		padding-bottom: 4px;
		text-align: center;
		max-height: 32px;
	}

	.nt_cell div:hover a, .nt_cell div:active a
	{
		color: #F8C426;
	}
	.nt_cell div.nt_selected, .nt_cell div:hover, .nt_cell div:active
	{
		background-image: url(http://www.murdoch.edu.au/_image/navigation/menu_futurestudents_over.gif/);
	}
	.nt_cell div.nt_selected a:link, .nt_cell div.nt_selected a:visited
	{
		color: #F8C426;
	}

}

@media print
{

	.nt_row
	{
		display: none;
	}

}
