
#tab { text-align: center; }

#tab ul {
	margin-left: 0;
	padding-left: 0;
        background: black;
	display: inline; } 

#tab ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	border: 1px solid #000;
	list-style: none;
	display: inline;
	background: #00f; }

#tab ul li a { color: #fff;
   font-weight: bold ;
   text-decoration: none;
   background: #00f;}

#tab ul li.here {
	border-bottom: 1px solid #fff;
	list-style: none;
	display: inline;
	color: #00f;
	background: #fff; }
#tab ul li.here a {
	color: #00f;
	background: #fff; }

#tab ul li a:hover {color: #f00;}
