 
.navigation {
	text-align: left;
	color: yellow;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

.navigation td {
	width: auto;
	height: 15px;
	margin: 0px;
	padding: 0px;
}

.navigation td .hide {
	display: hidden;
}

td.menu a, td.menu a:hover, td.menu a:link,
td.menu a:active, td.menu a:visited {
	color: yellow;
	text-decoration: none;
}

td.submenu a, td.submenu a:hover,
td.submenu a:active, td.submenu a:visited {
	color: yellow;
	text-decoration: none;
}



td.menu a, td.submenu a, td.inactive a {
	background-color: transparent;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: yellow;
	text-indent: 30px;
}

td.menu a {
	padding-top: 5px;
}

td.inactive a, td.submenu a {
	text-indent: 50px;
	color: yellow;
}

td.inactive, td.submenu {
	height: 15px;
}

html>body td.menu a, html>body td.submenu a { 
	width: 100%; 
	height: 100%;
	text-decoration: none;
}

td.inactive a:hover {
	background-color: none;
	color: #aba9ab;
}

td.menu a:hover, td.submenu a:hover {
	background-color: #59bfea;
	color: white;
}

td.supersection {
	border-bottom: 1px solid #59bfea;
}

td.selected {
	background-color: #59bfea;
	color: white;
}

td.selected a, td.selected a:link,
td.selected a:hover, td.selected a:active,
td.selected a:visited {
	color: white;
}

td.inactive a, td.inactive a:hover, td.inactive a:link,
td.inactive a:active, td.inactive a:visited {
	color: #CACACA;
	background-color: none;
	text-decoration: none;
}

