table#Menu {
	margin: 0px;
	padding: 0px;
	width: 174px;
	list-style-type: none;
	background-color: #FFF0E1;
	text-align:center;
	
	border-top-style:solid;
	border-top-color:#999999;
	border-top-width:2px;
	
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	
}

table#Menu td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-color: #999999;
	border-style: solid;
	border-width:0px;
	height:40px;
	padding-left: 0px;
}

table#Menu td a:link, table#Menu td a:visited {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table#Menu td#setas {
	border-bottom: 0px solid #ffffff;
}

table#Menu td#setas a:hover {
	background-color: #f2f2f2;
}

table#Menu td#adicionar {
	background-color: #FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	
}






table#Menu2 {
	margin: 0px;
	padding: 0px;
	width: 174px;
	list-style-type: none;
	background-color: #FFF8F6;
	border-color: #999999;
	border-style: solid;
	border-width: 0px;
	text-align:left;
}
table#Menu2 td {
	border-bottom: 3px solid #ffffff;
	height:30px;
}

table#Menu2 td a:link, table#Menu2 td a:visited {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 5px;
	display: block;
	height:1%;
	border-left-color: #666666;
	border-left-width: 0px;
	border-left-style: solid;
}

table#Menu2 td a:hover {
	background-color: #666666;
	color:#FFFFFF;
	border-left-color: #f2f2f2;
	border-left-style: dotted;
	border-left-width: 0px;
	border-left-style: solid;
}

table#Menu2 td#setas {
	border-bottom: 3px solid #ffffff;
}

table#Menu2 td#setas a:hover {
	background-color: #f2f2f2;
}


table#Menu2 td#adicionar {
	background-color: #9FD89E;
	font-family:Arial, Helvetica, sans-serif;
	
}