#buttons ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#buttons ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
}
#buttons li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #ffffff ;
	background-color: #4b2769 ;
	border: 0px outset #000 ;
	padding: 8px ;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration: none ;
	display: inline ;
}
#buttons li a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #000000 ;
	background-color: #bfbfdb ;
}
#buttons li a.selected {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #000000 ;
	background-color: #bfbfdb ;
}


#subbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#subbuttons ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
}
#subbuttons li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #000000 ;
	background-color: #bfbfdb ;
	border: 0px outset #000 ;
	padding: 8px ;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration: none ;
	display: inline ;
}
#subbuttons li a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #ffffff ;
	background-color: #4b2769 ;
}
#subbuttons li a.selected {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #ffffff ;
	background-color: #4b2769 ;
}+