/*
	Based on tswnavbar.css	1.0.2
*/

#barbuttons {
	white-space:nowrap ;
}
#barbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}
#barbuttons li {
	display: inline ;
	font-family: Arial, Helvetica, sans-serif ;
}
#barbuttons li a {
	padding:0.4em 2.1em;
	color: rgb(51, 51, 153) ;
	background-color: #fff ;
	text-decoration: none ;
	float:left;
}
#barbuttons li a:hover {
	color: rgb(151, 151, 53) ;
	background-color: #fff ;
}

/* Hiding text */

.nuvede { display: none; }

/* change the link handling */
a {
	color: rgb(51, 51, 153) ;
	text-decoration: none ;
}

a:hover {
	color: rgb(151, 151, 53) ;
}
