/* CSS Document */
/* =============================== MENU LATERAL ===============================*/
#blk_menu_topo {
	position:absolute;
	width:192px;
	height:19px;
	top:224px;
	left:0px;
	background-color:#789B27;
}
#div_menu {
	position:absolute;
	width:192px;
	height:427px;
	top:243px;
	left:0px;
	background-color:#789B27;
	z-index:100;
}
#blk_menu_canto	{
	position:absolute;
	width:10px;
	height:10px;
	top:660px;
	left:182px;
	background-image:url(../img/men_cant.jpg);
	background-repeat:no-repeat;
	z-index:100;
}
ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li 
{
	position: relative;
}
li ul 
{
	position: absolute;
	left: 188px;
	top: 1px;
	width:190px;
	display: none;
}
ul li a 
{
	display: block;
	height:28px;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
li:hover ul ul, li.over ul ul 
{
	display:none;
}
li:hover ul, li li:hover ul, li.over ul, li li.over ul 
{ 
	display: block;
}	
.menu_01
{
	padding:0px;
	width:190px;
	background-image:url(../img/fundo_menu.gif);
	background-repeat:no-repeat;
	height:28px;
	left:7px;
	top:0px;
	cursor:pointer;
}
a:hover.menu_01
{
	color:#253E71;
	text-decoration:underline;
}
.menu_02
{
	padding-top:4px;
	padding-left:7px;
	margin:0px;
	width:183px;
	height:24px;
	background-image:url(../img/fundo_menu2.gif);
	background-repeat:no-repeat;
	background-color:#789B27;
	border-top: 1px solid #68782C;
	border-left: 1px solid #68782C;
	border-right: 1px solid #68782C;
	z-index:100;
}
.menu_03
{
	padding-top:4px;
	padding-left:7px;
	margin:0px;
	width:183px;
	height:24px;
	background-color:#789B27;
	background-image:url(../img/fundo_menu2.gif);
	background-repeat:no-repeat;
	border-left: 1px solid #6B8F00;
	border-right: 1px solid #6B8F00;
}
.menu_04
{
	padding-top:4px;
	padding-left:7px;
	margin:0px;
	width:183px;
	height:28px;
	background-color:#789B27;
	background-image:url(../img/fundo_menu2.gif);
	background-repeat:no-repeat;
	border-bottom: 1px solid #6B8F00;
	border-left: 1px solid #6B8F00;
	border-right: 1px solid #6B8F00;
}
.font_01
{
	display:block;
	text-decoration:none;
	cursor:pointer;
	line-height:25px;
	padding-left:6px;
	padding-top:3px;
	font-family:verdana;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}
a:hover.font_01 {
	text-decoration:underline;
}
.font_02
{
	font-family:verdana;
	display:block;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	line-height:22px;
	padding-left:6px;
}
a:hover.font_02
{
	text-decoration:underline;
}
