/* MENU HORIZONTAL */
.jquerycssmenu{
	background:url(../layout/menu/menu-bg_n.png);
	
	font: bold 11px Arial;
	text-transform:uppercase;
	/*offset of tabs relative to browser left edge*/
	padding-left: 25px;

}

.jquerycssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	width:114px; 
	height:53px;
	line-height:67px;
	text-align:center;
	
	margin-right: 5px; /*spacing between tabs*/
	border-bottom-width: 0;
	color: #FFF;  												/* mudei aqui..............#FFF   */
	text-decoration: none;
}

.jquerycssmenu ul li a:hover,
.jquerycssmenu ul li.active a,
.jquerycssmenu ul li.hover a,
.jquerycssmenu ul li:hover {
	color:#FFF;  												/* mudei aqui..............#3d7ab6 */
	background:url(../layout/menu/over-bg_n.png) no-repeat;
}

/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border-top: 1px solid #FFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	font: normal 11px Verdana;
	width: 160px; /*width of sub menus*/
	height:15px;
	text-align:left;
	background:#666666  url(../layout/ferro.png)  bottom no-repeat;
	color:#FFF;
	padding: 8px 5px 4px 25px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #FFF;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	background:#F6EBAD url(../layout/dourado.png)  bottom no-repeat; 									/* mudei aqui..............#CCC   */
	color: #000;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 1px;
	right: 1px;
}

.rightarrowclass{
	position: absolute;
	top: 5px;
	right: 5px;
}

div .bordinha{
	padding:0;
	margin-left:-25px;
	width:770px;
	height:8px;
	background:#666666 url(../layout/menubordinha_n.jpg) bottom no-repeat;
}
/* FIM DO MENU HORIZONTAL */


/* MENU VERTICAL */
#menuProdutos{ margin:0 auto; }

#menuProdutos,
#menuProdutos ul{
	list-style:none;
	width:230px;
	text-transform:uppercase;
}

#menuProdutos a{
	color: #666666; /*#898d90*/
	display: block;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	cursor:pointer;
	text-decoration: none;
	border-bottom: 1px dotted #9b804b; /*#898d90    #9b804b*/ 
	background:url(../layout/ico_menuv_n.gif) left no-repeat;
}

#menuProdutos ul a{
	padding-left:25px;
	background:#FFF;
	color: #666666; /*#898d90*/
	font-weight: normal;
	text-decoration: none;
}

#menuProdutos ul a:hover{
	background:#ccc left no-repeat; /* #c4d9ec */
	text-decoration: none;
}

/* FIM DO MENU VERTICAL */
