/* CSS Document */
.underlinemenu{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
width: 100%;
/*margin-top:20px;*/
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
margin-left:10px;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #fff;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 10px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #404040; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #fff;
}
#menlattop {
	position:relative;
	z-index:1;
	left: 0px;
	top: 10px;
	padding-top:10px;
	padding-left:10px;
	background-image:url(../images/estrutura/menlat-top.gif);
	background-repeat:no-repeat;
	width:198px;
	height:37px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#cd3333;
}
#menfund {
	position:relative;
	z-index:1;
	left: 0px;
	top: 0px;
	background-color:#f4f4f4;
	width:197px;
}
#menlat table {
	width:96%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.markermenu{
width: 100%; /*width of menu*/
}

.markermenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.markermenu ul li a{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
	width: auto;
	padding: 6px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B5B5B5;
}
.markermenu ul li a:visited, .markermenu ul li a:active{
color: #000;
}
.markermenu ul li a:hover{
color: black;
background-color: #f0d6c7;
}