/* CSS Document */

ul.menubar
{
	padding: 0; /* IE6 Bug */
	font-size: 100%;
	margin: 0;
	}

ul.menubar .menuvertical
{
	padding: 0px;
	list-style: none;
	float:left;
	margin: 0px;
}

ul.menubar ul.menu
{
	display: none;
	position: absolute;
	margin: 0px;
}

ul.menubar a
{
	padding: 5px;
	display:block;
	text-decoration: none;
	color: #666666;
	padding: 5px;
}


ul.menu,
ul.menu ul
{
	padding: 0;
	margin: 0;
}

ul.menu li
{
	position: relative;
	list-style: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
}

ul.menu li hr
{
	width: 148px;
	padding: 0px;
	margin: 0px;
}

ul.menu li a
{
	display: block;
	text-decoration: none;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */

ul.menu ul
{
	position: absolute;
	display: none;
	left: 226px; /* Set 1px less than menu width */
	top: -1px;
	border: 1px solid #CCCCCC;
	background-image: url(imagens/fundo_ul.png);
	background-repeat: repeat;
	opacity:0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	width: 200px;
	background-color: #FFFFFF;
}
ul.menu li.submenu ul {
	display: none;
} /* Hide sub-menus initially */

ul.menu li.submenu {
	z-index: 99;
	background-color: transparent;
	background-image: url(../imagens/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

ul.menu li a:hover {
	color: #FFB600;
	background-color: #F5F5F5;
}#sobre_menu {
	padding-right: 10px;
	padding-left: 10px;
}
.menu_principal {
	margin-top: 0px;
	color: #666666;
	text-align: left;
	margin-bottom: 0px;
}
#menu {
}
#propaganda a img {
}
#propaganda a:hover img  {
	background-color: #DDEEF7;
	border: 1px solid #666666;

ul.menu_rodape,
ul.menu_rodape ul
{
	padding: 0;
	margin: 0;
}


}
#menu_rodape {
	text-align: center;
	padding-bottom: 10px;
}

#nav_rodape li {
	display: inline;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003399;
}

#nav_rodape li a {
	text-decoration: none;

}#nav_rodape li a:hover {
	color: #FFB600;
}
