@charset "utf-8";
/* CSS Document */

/*-----------MENU------------*/
#tabsmenu { width:600px; margin:0; padding:0;}
#tabsmenu ul { width:600px; margin:0; padding:0; list-style:none;}
#tabsmenu li { float:left; margin:0 3px 0 0; padding:0; list-style:none; background-color:#e4e2e7;}
#tabsmenu li.highlight { background-color:#f8f5fc;}
#tabsmenu a {
	display: block;
	margin:0;
	padding:8px 12px;
	color: #311d42;
	text-decoration: none;
	text-align: center;
	font: normal 10pt Arial, Helvetica, sans-serif;
}
#tabsmenu a:hover { background-color:#f8f5fc; text-decoration:none;}