td img {
	display: block;
}

#menubv {
	width: 13,5em;
	padding: 0;
	margin: 0;
	font: 11px Verdana, sans-serif;
	list-style-type: none; 
}

#menubv ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menubv li {
	border-bottom: 1px solid #FF9900;
	margin: 0;
}

#menubv li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	font-weight:bold;
	border-left: 10px solid #CC9966;
	border-right: 10px solid #CC9966;
	background-color: #FDD597;
	color: #993300;
	text-decoration: none;
}

#menubv li a:hover {
	border-left: 10px solid #CC9966;
	border-right: 10px solid #CC9966;
	background-color: #fff0f5;
	color: #ccc;
}

.naorepetir{
	background-repeat:repeat-x;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#menubv  li { float: left; height: 1%; }
* html ul#menubv  li a { height: 1%; }
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.label {
	font-size: 11px;
	display: block;
	background-color: transparent;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	white-space: nowrap;
	cursor: default;
	z-index: 900;			
	width: 100%;
}

.label {
	background-x-position: right;
	background-y-position: center;		
	background-repeat: no-repeat;
	width: auto;
	height: 16px;
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
	width: 200px;
	height: 100px;
	border: 1px solid black;
	padding: 5px;
	background-color: lightyellow;
}

#pscroller2{
	width: 350px;
	height: 20px;
	border: 1px solid black;
	padding: 3px;
}

#pscroller2 a{
	text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired}

.style41 {	font-size: 12px;
	color: #993300;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.naorepetir{
	background-repeat:no-repeat;
}