
/*Mainmenu*/
body {
	
	text-transform: uppercase;
	
	}
a img {border-style: none;}
#navigation td {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	}
	
#navigation a {
	font: 10px Arial, Helvetica,sans-serif;
	color: white;
	line-height:10px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:6px 6px 6px 6px;
	background: #4296FF;
	border-left: 1px solid black;
    border-right: 1px solid black;
	
	}
	
#navigation a:hover {

background: black;
	color: white
	
	}
	
	
	
.navText {
	font-size: 60%;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	




