/* CSS Document */

/* Menu */
table.menu {
	width: 100%;
	border: 0px;
	background: url(../images/puma_menu.jpg) repeat left top;
	border-bottom: none;
	height: 30px;
}
td.menu {
	background: url(../images/seta.gif) no-repeat 12px ;
	padding: 3px 5px 3px 30px;
	cursor: pointer;
}
td.menu_ov {
	background: url(../images/seta.gif) no-repeat 12px;
	padding: 3px 5px 3px 30px;
	cursor: pointer;
	
}
a.menu {
	color: #000000;
	font: bold 11px Tahoma, Geneva, sans-serif, verdana;
	display: block;
	text-decoration: none;
}

a.menu:link {

}
a.menu:visited {

}
a.menu:hover {
	text-decoration: none;
	color: #3d3d3d;
}
a.menu:active {
	text-decoration: none; 
	color:#3d3d3d;
}

/* Submenu */
table.submenu {
	width: 100%;
	border: 0px;
	background: url(../images/puma_menu.jpg) repeat left top;
	border-bottom: none;
	height: 30px;	
}

td.submenu {
	background: none;
	padding: 3px 5px 3px 30px;
	cursor: pointer;
}
td.submenu_ov {
	background: none;
	padding: 3px 5px 3px 30px;
	cursor: pointer;
}
a.submenu {
	color: #000000;
	font: 11px Tahoma, Geneva, sans-serif, verdana;
	display: block;
	text-decoration: none;
}

a.submenu:link {

}
a.submenu:visited {

}
a.submenu:hover {
	text-decoration: none;
}
a.submenu:active {
	text-decoration: none;
}

/* Submenu2 */
span.corpo_submenu2 {
	border: 1px solid #666666;
	position: absolute;
	margin-left: 175px;
	margin-top: -24px;
	display: none;
	width: 185px;
	z-index:100;
}

table.submenu2 {
	width: 100%;
	border: 0px;
	background: #F5F5F5;
	height: 24px;
}

td.submenu2 {
	background: url(../images/seta.gif) no-repeat 12px;
	padding: 3px 0px 3px 23px;
	cursor: pointer;
}
td.submenu2_ov {
	background: #CCCCCC url(../images/seta.gif) no-repeat 12px;
	padding: 3px 0px 3px 23px;
	cursor: pointer;
}
a.submenu2 {
	color: #000000;
	font: bold 11px Tahoma, Geneva, sans-serif, verdana;
	display: block;
	text-decoration: none;
}

a.submenu2:link {

}
a.submenu2:visited {

}
a.submenu2:hover {
	color: #3d3d3d;
	text-decoration: underline;
}
a.submenu2:active {
	color: #3d3d3d;
	text-decoration: underline;
}

/* Menu Horizontal */
table.menu_h {
	border-right: 1px solid #707070;
	background: none;
	height: 69px;
}
td.menu_h {
	cursor: pointer;
	padding: 0px 2px;
}
td.menu_h_ov {
	cursor: pointer;
	padding: 0px 2px;
	
}
a.menu_h {
	background:none;
	padding: 0px 12px 0px 12px;
	color: #FFFFFF;
	font: bold 11px Tahoma, Geneva, sans-serif, verdana;
	display: block;
	text-decoration: none;
}

a.menu_h:link {

}
a.menu_h:visited {

}
a.menu_h:hover {
	text-decoration: underline;
}
a.menu_h:active {
	text-decoration: underline;
}

/* Menu Horizontal Bottom*/
table.menu_h_bottom {
	border: 0px;
	background: none;
	height: 24px;
}
td.menu_h_bottom {
	cursor: pointer;
	padding: 0px 5px;
}
td.menu_h_bottom_ov {
	cursor: pointer;
	padding: 0px 5px;
	
}
a.menu_h_bottom {
	background:url(../images/setinha.gif) no-repeat 0px;
	padding: 0px 0px 0px 12px;
	color: #FFFFFF;
	font: 11px Tahoma;
	display: block;
	text-decoration: none;
}

a.menu_h_bottom:link {

}
a.menu_h_bottom:visited {

}
a.menu_h_bottom:hover {
	text-decoration: underline;
}
a.menu_h_bottom:active {
	text-decoration: underline;
}