/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
width: 100%; /*width of menu*/
}


.markermenu ul li a{
background: white url(../imagens/menu_off.png) no-repeat 8px center;
font: 12px "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #4A4A4A;
display: block;
width: auto;
padding: 6px 0 6px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #DEDEDE;

}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}



.markermenu ul li a:hover{
background-color: #F7F7F7;
background-image:url(../imagens/menu_on.png); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */


