@CHARSET "ISO-8859-1";

ul.menu {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #C7D9E4;
	border-bottom: none;
	text-indent: 3pt;
	overflow: hidden;
	padding-left: 0px;
}

ul.menu li {
	border-top-color: white;
	border-top-style: outset;
	border-top-width: thin;
}

ul.submenu {
	display: none;
	margin-left: 10px;
	list-style-type: none;
	border-bottom: none;
	text-indent: 0px;
	padding-left: 0px;
}

ul.submenu li {
	display: none;
}

a.labelMenu:hover {
	color: red;
	text-decoration: none;
}

a.labelMenu {
	text-decoration: none;	
	font-family: sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #003580;
}

a.labelMenuSelecionado:hover {
	color: white;
	text-decoration: none;
}

a.labelMenuSelecionado {
	text-decoration: none;
	font-family: sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: red;
}
