td.normal{
	background-image: url('../img/bg_menu.png');
	text-align: left;
	line-height:25px
}           
td.normal2{
	background: #F8DA7A;
	text-align: left;
	line-height:25px
}
td.normal3{
	background: #FDF0CD;
	text-align: left;
	line-height:25px
}
a.block:link{
	display: block;
	width: 180px;
	height: 25px;
	color: #0061A5;
	text-decoration: none;
}
a.block:visited {
	display: block;
	width: 180px;
	height: 25px;
	color: #0061A5;
	text-decoration: none;
}
a.block:hover{
	color: white;
	background-image: url('../img/bg_menu_hover.png');
}
a.block2:link{
	display: block;
	width: 180px;
	height: 25px;
	color: #0061A5;
	text-decoration: none;
}
a.block2:visited {
	display: block;
	width: 180px;
	height: 25px;
	color: #0061A5;
	text-decoration: none;
}
a.block2:hover{
	color: white;
	background: #0061A5;
}




/*menu do catalogo de produtos*/

.urbangreymenu{
width: 160px;
height: 20px;
}

.urbangreymenu .headerbar{
font: 11px Arial;
color: #900000;
background: #ffffff;
margin-bottom: 0;
text-align: left;
}

.urbangreymenu .headerbar a{
text-decoration: none;
padding: 4px 0px 3px 3px;
color: #4D0008;
display: block;
}

.urbangreymenu .headerbar a:hover{
text-decoration: none;
padding: 4px 0px 3px 3px;
color: #4D0008;
background: #F9B600;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
text-align: left;
font: normal 11px Arial;
color: #F9B600;
padding: 4px 0px 3px 3px;
border-bottom: 1px solid #ffffff;
display: block;
line-height: 17px;
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: F9B600;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #E40082;
/*background: black;*/
}