ul{
	text-align : center;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
ul li{
	font-size: 13px;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	height: 35px;
	overflow: hidden;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : silver;
  width : 130px;
  float : left;
}
ul li a{
	background-image : url(button1.png);
	background-repeat: repeat-x;
	text-decoration: none;
	display: block;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : silver;
}
ul li a:hover{
	font-weight: bold;
	background-image : url(animation.gif);
	background-repeat: repeat-x;
}

.rightline{
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : silver;
}


ul li ul{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: silver;
	display: none;
}
ul li li{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: silver;
	border-bottom-color: silver;
	float: none;
}
ul li:hover ul{
	display: block;
	position: absolute;
}