@charset "utf-8";
/* CSS Document */



.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 2px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-color: black;
	background-image: url(imagens/menu/titlebar.png);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 11px;

/*font-weight: bold;*/
}
.link_menu {
	font-family: Arial, Helvetica, sans-serif;
	/*	font-size: 13px;
*/	font-size: 12px;
	font-weight: bold;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(imagens/menu/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background: lightblue !important;
	color: #0A5996;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
	color: #0A5996; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	/*	font-size: 75%;*/
	font-size: 70%;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(imagens/menu/arrowbullet.png);
}

.arrowlistmenu ul li a:visited{
	background-repeat: no-repeat;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #F3F3F3;
	background-repeat: no-repeat;
	color: #0A5996;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background-color: lightblue;
	background-repeat: no-repeat;
	color: #0A5996;
}
.itens01 {
	color: #FFFFFF;
}
.menuheader a {
	color: #FFFFFF;
}
.menuheader a:hover {
	color: #006699;
	text-decoration: none;
}
h3 {
	margin: 0px;
	padding: 0px;
}
.arrowlistmenu ul li .opensubheader a {
	background: lightblue !important;
	color: #0A5996;
}
.arrowlistmenu .openheader a {
	background-image: url(imagens/menu/titlebar-active.png);
	color: #0A5996;
}
