@charset "utf-8";
/* CSS Document */


.menu ul{
	margin: 0;
	padding: 0;
	float: none;
	font-family: calibri;
	Font-size:120%;
	font-weight: 300;
    	background-color: #333;
	max-width 1000px
	}
 
.menu ul li{
    display: inline;
background-color: #333;
}
 
.menu ul li a{
    float: left; text-decoration: none;
    color: white; 
    padding: 10.5px 11px;
    background-color: #333; 
	
	}
 
.menu ul li a:visited{
    color: white;}
 
.menu ul li a:hover, .menu ul li .current{
	color: #fff;
	background-color: #0b75b2;
	font-weight: bold;
}
	
.menu {
	background-color: #333; }

