/* Default CSS Stylesheet */

.navigation
{
     width:auto;
     text-align:center;
     padding-top:10px;

}

.navigation a  
{
	color: #000099;  
	font-size:12px; 
	font-family:arial, Verdana, Sans-Serif; 
	text-decoration: none;
	border:2px outset white;   
	background-color: white;
	padding: 3px 0 3px 0;
	display: block;
	width:120px;
	margin: 5px 0 0 0px;

}
.navigation a:hover {
	background-color: #E3E4FA;
	color:#000000; 
	border:2px inset white;
	text-decoration: none;
}


