body {
	background-image: url(../backgr/backgr_menu.gif);
	background-repeat: repeat-y;
}


		/* MENU START */
	
table.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-left: 4px;
	margin-top: 20px;
			/* border-right: 1px solid #033F4D; 
				background : #B65731; */
}

td.menu {
	height : 34px;

}
img.menu {
	margin: 2px 0px 0px 0px;
}

span.page {

	color: #EBEBEB;
	background-color: #68AFDE; 
	border-bottom: 1px solid #000000; 
	height : 19px;
	width : 100%;
	margin-top: 6px;
	margin-bottom :4px;
	padding-left : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}
		
a.menu:link {
	width: 100%;
	height : 19px;
	color: #4B0082;
	background-color: #FFF7E5; 
	border-bottom: 1px solid #033F4D; 
	text-decoration: none;
	margin-top: 6px;
	margin-bottom :4px;
	padding-left : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
} 
a.menu:visited { 
	width: 100%;
	height : 19px;
	color: #4B0082;
	background-color: #FFF7E5;
	border-bottom: 1px solid #033F4D; 
	text-decoration: none;
	margin-top: 6px;
	margin-bottom : 4px;
	padding-left : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
} 
a.menu:hover { 
	width: 100%;
	height : 19px;
	color: #FFF7E5; 
	background-color: #00435E;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom : 4px;
	padding-left : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
} 
a.menu:active {
	width: 100%;
	height : 19px;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom : 4px;
	padding-left : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
} 
		/* MENU ENDE */
	