#tag_update {
   display: block;
   border-left: 1px solid #ff0000;
   border-right: 1px solid #ff0000;
   border-bottom: 1px solid #ff0000;
   position:absolute;
   z-index:1;
}
#tag_update ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
#tag_update li{
   display:block;
   clear:both;
}
#tag_update a {
	width:234px;
	display: block;
	padding: .2em .3em;
	text-decoration: none;
	color: #fff;
	background-color: #FF0000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#tag_update a:hover{
   color: #fff;
   background-color: #CC3333;
   background-image: none;
}
