/* CSS Document */

/* Menu */
table.menu {
	width: 100%;
	border: 0px;
	height: 24px;
	border-bottom: 1px solid #DFDBC2;
}
td.menu {	
	padding: 3px 5px 3px 5px;
	cursor: pointer;
}
td.menu_ov {
	padding: 3px 5px 3px 5px;
	cursor: pointer;
	
}
a.menu {
	color: #524C32;
	font: bold 11px Tahoma, Arial, Verdana;
	display: block;
	text-decoration: none;
}

a.menu:link {

}
a.menu:visited {

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

/* Submenu */
table.submenu {
	background: url(../images/setinha.gif) no-repeat 5px center;
	width: 100%;
	border: 0px;
	height: 24px;
	border-bottom: 1px solid #DFDBC2;
}

td.submenu {
	padding: 3px 5px 3px 18px;
	cursor: pointer;
}
td.submenu_ov {
	background: #FFFFFF url(../images/setinha.gif) no-repeat 5px center;
	padding: 3px 5px 3px 18px;
	cursor: pointer;
}
a.submenu {
	color: #524C32;
	font: 11px Tahoma, Arial, 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 #C8DAE5;
	background: #D9ECF6;
	position: absolute;
	margin-left: 155px;
	margin-top: -24px;
	display: none;
	width: 185px;
}

table.submenu2 {
	width: 100%;
	border: 0px;
}

td.submenu2 {
	padding: 4px 0px 4px 10px;
	cursor: pointer;
}
td.submenu2_ov {
	background: #FFFFFF;
	padding: 4px 0px 4px 10px;
	cursor: pointer;
}
a.submenu2 {
	color: #524C32;
	font: 11px Tahoma, Arial, Verdana;
	display: block;
	text-decoration: none;
}

a.submenu2:link {

}
a.submenu2:visited {

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

/* Menu Horizontal */
table.menu_h {
	border: 0px;
	background: none;
}
td.menu_h {
	cursor: pointer;
	padding: 0px 5px;
}
td.menu_h_ov {
	cursor: pointer;
	padding: 0px 5px;
	
}
a.menu_h {
	color: #4A493E;
	font: bold 14px Tahoma, Arial, 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;
}
td.menu_h_bottom {
	cursor: pointer;
	padding: 0px 5px;
}
td.menu_h_bottom_ov {
	cursor: pointer;
	padding: 0px 5px;
	
}
a.menu_h_bottom {
	color: #4A493E;
	font: bold 11px Tahoma, Arial, Verdana;
	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;
}