#tabs { text-align: center; }
#tabs a {
        display: block;
 	width: 100%;
	background: #6DAAE7;
	font-size: 12px;
        font-weight: bold;
 	text-decoration: none;
        color: black;
}
#tabs a:hover { color: white; }
	
#tabs .selected a { background: #1B75D6; color: white; }
#tabs .corner * { background: #6DAAE7; }
#tabs .selected .corner * { background: #1B75D6; }
