	.top_menu {
	width: 100%;
	background-image: url(../gfx/itn-menu-corner.gif);
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0em;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	background-color: #006367;
	background-repeat: no-repeat;
	background-position: left bottom;
    }
	.top_menu ul {
	padding: 0;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
    }
    
 	.top_menu li {
	margin-right: 0em;
	text-align: center;
	float: left;
	background-image: none;
    }
    .top_menu a {
	display: block;
	width: auto;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: inherit;
    }
    .top_menu a:hover {
	color: #FFFFFF;
	background-image: none;
	background-color: #84B2B7;
    }
.top_menu a:visited {
	background-image: none;
	text-decoration: none;
	color: #FFFFFF;
}

	#top_menu_active {
	display: block;
	width: auto;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #4D9096;
    }
