.menu {
	height:22px;
    width: 100%;
	color:#EAEAEA;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;;
    background-color: #333; 
	}

.menu ul{
    margin: 0; padding: 0;
    float: left;
	}
 
.menu ul li{
    display: inline;
	}
 
.menu ul li a{
    float: left; text-decoration: none;
    color: white;
   	padding: 4px 10px; /* 10px of padding to the right and left of the link and 4px to the top and bottom*/
    background-color: #333; 
	}
 
.menu ul li a:visited{
    color: white;
	}
	 
.menu ul li a:hover, .menu ul li .current{
    color: #fff;
    background-color:#586bff;
	}
