/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 100%; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 0 0;
padding: 0;


}

.markermenu ul li a{

font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #050505;
display: block;
width: auto;
background: url(../images/arrow-right.gif) no-repeat 99% 10px;
padding: 3px 0;
padding-left: 3px;
text-decoration: none;
	padding-top:7px;


}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}
.markermenu ul li{
	width:100%;
	height:32px;
	background: #F2F2F2 url(../images/bgbtmenu.jpg) repeat-x 0 0 ; /*light gray background*/
	vertical-align:middle;

}


.markermenu ul li .veja-mais{
	float:right;
	font-size:13px;
	background: none;
	text-align:right;
}


.markermenu ul li a:visited, .markermenu ul li a:active{
color: #050505;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: white;
	background: #050505;
}


.tableMenu th{
	background:#ABABAB;
	border:1px solid #dddddd ;
	width:100%;
	height:30px;
	cpadding-top:5px;
	background: url('../images/fundolabel.jpg') repeat-x 0px 0px ;
	text-align:center;
	text-transform:uppercase;
	font-family: Arial,Helvetica;
	font-size:12px;
	color:#616161;
}

.tableMenu th a{

		text-decoration:none;
	font-family: Arial,Helvetica;
	font-size:12px;
	color:#616161;

}


/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}

