/*
	Based on tswnavbar.css	1.0.2
*/

#barbuttons {
	width: 200px ;
	text-align: center ;
}
#barbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#barbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold ;
}
#barbuttons li a {
	color: #000 ;
	background-color: #27f ;
	border: 1px outset #000 ;
	width: 200px ;
	text-decoration: none ;
	display: block ;
}
#barbuttons li a:hover {
	color: #0000c0 ;
	background-color: #000 ;
}

/* Hiding text */

.nuvede { display: none; }