
/*======================================================================*/
/* DOCEBO LMS - Learning management system								*/
/* ============================================							*/
/*																		*/
/* Copyright (c) 2006													*/
/* http://www.docebo.com												*/
/*																		*/
/* This program is free software. You can redistribute it and/or modify	*/
/* it under the terms of the GNU General Public License as published by	*/
/* the Free Software Foundation; either version 2 of the License.		*/
/*=======================================================================*/

ul.flat_tab {margin: 0; padding: 0 23px 3px 0; list-style: none;  text-align: right;}
	ul.flat_tab li { display: inline; margin: 0 12px 0 0; padding: 0 0 0 0; line-height: 1.3em; font-size: 12px; }
	
	ul.flat_tab li a {
		margin: 0;
		padding: 0;
		text-decoration: none;
	}
	
	ul.flat_tab li a span {
		margin: 0;
		font-size: 10px;
		padding: 4px 12px 5px;
		color: #ffffff;
		font-weight: bold;
		white-space: nowrap;
		background: #C8CCD8;
		cursor: pointer;
		letter-spacing: 1px;
	}

	ul.flat_tab li.now_selected {}
	
	ul.flat_tab li.now_selected a {}
	
	ul.flat_tab li.now_selected a span { background: #485581;}
