/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 171px;
	position: relative;
	clear: left;

}

.markermenu ul{
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.markermenu ul li a{
	color: #FFF;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(../../Imagens/bt01.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	text-transform: uppercase;
	height: 21px;
	margin-bottom: 2px;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 170px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{

}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: white;
	background-image: url(../../Imagens/bt02.png);
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background-color: #600;
	color: #FFF;
}

.blackwhite li a:hover{
	color: #FFF;
	background-color: #300;
}

