/* CSS for top navigation */

table.navigation a
{
	display:block;
	font-weight:bold;
	height:19px;
	margin:0 0 0 0;
	padding:6px 0 0 25px;
	text-decoration:none;
	width:105px;
}

table.navigation a:link
{
	color:#330066;
	height:19px;
	text-decoration:none;
}

table.navigation a:visited
{
	height:19px;
	text-decoration:none;
}

table.navigation a:hover
{
	color:#ffffff;
	height:19px;
	text-decoration:none;
}

table.navigation a.selected
{
	color:#ffffff;
	height:19px;
	text-decoration:none;
}

table.navigation tr td.nav_item
{
	background:#ffcc00 url('/images/monarch/top_nav/nav_arrow_off.gif') no-repeat;
}

table.navigation tr td:hover.nav_item
{
	background:#330066 url('/images/monarch/top_nav/nav_arrow_on.gif') no-repeat;
	color:#ffffff;
}

table.navigation tr td:hover.nav_item a
{
	color:#ffffff;
}

table.navigation tr td.nav_item_selected
{
	background:#330066 url('/images/monarch/top_nav/nav_arrow_on.gif') no-repeat;
	color:#ffffff;
}
