/* ######### Marker List Vertical Menu ######### */

.markermenu{
display:inline;
margin: 0px;
width: 192px; /*width of side bar menu*/
margin: 5px 0 0 4px;
float: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul{
list-style-type: none;
margin:  0;
padding: 0;
text-align:left;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
display: block;
background: #654802 url(../images/fundo_botao_menuesq.jpg) no-repeat top left; /*light gray background*/
width: 172px;
height:30px;
font-size: 1.2em;
color: #e4dfc1;
margin: 0px 0 0 0px;
padding-left: 20px;
text-decoration: none;
border-bottom: 0px solid #929292;
}


.centralizamenuesq {
	display: inline;
	height:10px;
	margin-top: 7px;
	cursor:pointer;
	float:left;
}
* html .markermenu ul li a{ /*IE6 hack*/
text-decoration: none;
width: 172px;
}
/*
.markermenu ul li a:visited, .markermenu ul li a:active{
color: #fbf0d3;
}
*/
.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #313131;
background: #000 url(../images/fundo_botao_menuesq.jpg) no-repeat bottom left;;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
color: #e4dfc1;
background: #654802 url(../images/fundo_botao_menuesq.jpg) no-repeat top left;
}

.blackwhite li a:hover{
background: #000 url(../images/fundo_botao_menuesq.jpg) no-repeat  bottom left;;
color: #313131;
}









