body {
	font-family: Verdana;
	font-size: 10px;
	background-color:#CCCCCC;
}

td {
	font-family: Verdana;
	font-size: 10px;
}

td a:link { text-decoration:none; color:#000000; }
td a:visited { text-decoration:none; color:#000000; }
td a:hover { text-decoration:none; color:#000000; font-weight:bold  }

a {
	font-family: Verdana;
	font-size: 10px;
}

.menu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000 }
a.menu:link { text-decoration:none; color:#000000; }
a.menu:visited { text-decoration:none; color:#000000; }
a.menu:hover { text-decoration:none; color:#000000; background-color:#CCCCCC; font-weight:bold  }
a.menu:active { text-decoration:none; color:#999999; }


/* ######### MENU LEFT ######### */
.menutitle{
cursor:pointer;
margin-bottom:0px;
margin-left:10px;
background-color:#FFF;
color:#333;
width:123px;
padding:0px;
text-align:left;
font-weight:bold;
}
.menutitle a{
background-color:#FFF;
padding:2px;
display:block;
border-bottom:1px solid #CCC;
color:#333;
text-decoration:none;
background-image:url(../imagens/arrow.png);
background-repeat:no-repeat;
background-position:left bottom;
padding-left:15px;
}

.menutitle a:hover{
background-color:#F0F0F0;
border-bottom:1px solid #CCC;
background-image:url(../imagens/arrow_ahover.png);
background-repeat:no-repeat;
background-position:left bottom;
padding-left:15px;
}

.submenu{
margin-bottom:6px;
padding:2px;
width:130px;

}

.submenu a{
color:#999;
padding-left:15px;
display:block;
font-weight:normal;
text-decoration:none;
border-bottom:1px solid #CCC;
}

.submenu a:hover{
text-decoration:none;
color:#333;
border-bottom:1px solid #333;
}

