h1#cst a {
  color : #fff;
  display : block;
  width : 388px;
  height : 60px;
  padding : 3px; 
  /*background : #669900;*/
  border : 1px solid #000;
  text-decoration : none;
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  /*font-size: 12px;  */
  font-weight : normal;
  margin : -1 0 0 0;
}
ul.cst {
	margin : 0;
	width : 388px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
h1#cst a:hover, h1#cst a:focus, h1#cst a:active {
  color : #ffffaa;
}
h1#cst a:focus, h1#cst a:active {
  text-decoration : underline;
}
ul.cst li {
  display : inline;
  float : left;
}
ul.cst li a, ul.cst li.on {
	display : block;
	width : auto;
	height : auto;
	color : #000000;
	text-decoration : none;
	white-space : nowrap;
	text-align : left;
	border : 1px solid #000;
	border-top : 0;
	background : #e8e8e8;
	cursor : pointer;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding: 2px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 12px;*/
} 
ul.cst li.on {
  color : #fff;
  white-space : nowrap;
  background-color : #669900;
  background-image : none;
  cursor : default;
  margin-top : -1px;
  border : 1px solid #000;
  border-top : 1px solid #669900;
} 
ul.cst li a:hover, ul.cst li a:focus, ul.cst li a:active {
  color : #000;
  background : #979797;
}
ul.cst li a:focus, ul.cst li a:active {
  text-decoration : underline;
}

/* css per classe skidb */

ul.skidb {
	margin : 0;
	width : 500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

ul.skidb li {
  display : inline;
  float : left;
}
ul.skidb li a, ul.skidb li.on {
	display : block;
	width : auto;
	height : auto;
	color : #000000;
	text-decoration : none;
	white-space : nowrap;
	text-align : left;
	border : 1px solid #000;
	border-top : 0;
	background : #e8e8e8;
	cursor : pointer;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding: 2px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 12px;*/
} 
ul.skidb li.on {
  color : #fff;
  white-space : nowrap;
  
  background-image : none;
  cursor : default;
  margin-top : -1px;
  /*border : 1px solid #000; */
  /*border-top : 1px solid #669900;*/
} 
ul.skidb li a:hover, ul.skidb li a:focus, ul.skidb li a:active {
  color : #000;
  background-color: #999;
  /*background : #979797;*/
}
ul.skidb li a:focus, ul.skidb li a:active {
  text-decoration : underline;
}