.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	width: 200px; /* default width for menu */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../img/fundo-destaque.png);
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
	position: absolute;
	left: 138px;
	top: 232px;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	z-index: 100;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	background-color: #333;
}

.anylinkcsscols .column{
	width: 140px;
	float: left;
	padding: 3px;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
a.topo:link, a.topo:active, a.topo:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
a.topo:hover {
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}
a.principal:link visited active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
#td-menu-topo {
	background-color: #333;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#topo-cadastrese {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333;
	height: 30px;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 135px;
}
#fundo {
	margin: 0px;
}
#input-cadastro {
	height: 18px;
	width: 100px;
}

