/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 200px; /*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: 5px 0;
padding: 0;
/*border: 1px solid #f3f3f3;*/
}

.markermenu ul li a{
	/*background: #f9f9f9; /*light gray background*/
    font:bold 12px Geneva, Arial, Helvetica, sans-serif;
	color: #999;
	display: block;
	width: auto;
	padding: 8px 0px 8px 3px;
	text-decoration: none;
	border-bottom: 1px dotted #f3f3f3;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

/*.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}*/

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #B43823;
	background-color: #FBFBFB;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
	background: #f9f9f9;
	color: #B43823;
}

.fundo {
	/*background-image:url(../../img/fundo_noticia.png);
	background-repeat:repeat-x;*/
	/*background-color:#39C;*/
	color:#489BC4;
	font:bold 15px Arial, Helvetica, sans-serif;
	display: block;
	width: auto;
	padding: 8px 0px 8px 3px;
	border-left:solid 3px #489BC4;
	text-decoration: none;
		border-bottom: 1px dotted #f3f3f3;

}

.fundo_contato {
	/*background-image:url(../../img/fundo_noticia.png);
	background-repeat:repeat-x;*/
	/*background-color:#39C;*/
	color:#489BC4;
	font:bold 15px Arial, Helvetica, sans-serif;
	display: block;
	width: auto;
	padding: 0px 3px;
	border-left:solid 3px #489BC4;
	text-decoration: none;
		border-bottom: 1px dotted #f3f3f3;

}