@charset "utf-8";
/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
	width: 181px;
	display: block;
	background-color: #FFFFFF;
}

.arrowlistmenu .headerbar{
	background: url(./images/group-menu.gif) no-repeat left;
	display: block;
	height: 46px;
}
.arrowlistmenu .headerbarHome{
	background: url(./images/group-home.gif) no-repeat left;
	display: block;
	height: 46px;
}
.arrowlistmenu .headerbarMissoes{
	background: url(./images/group-missoes.gif) no-repeat left;
	display: block;
	height: 46px;
}
.arrowlistmenu .headerbarNoticia{
	background: url(./images/group-noticia.gif) no-repeat left;
	display: block;
	height: 46px;
}


.arrowlistmenu .footerbar{
	/*background: url(./images/main-footer.gif) no-repeat left;*/
	height: 15px;
	display: inline-block;
	padding: 0 0 0 0;
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding: 0 0 0 0;
	size:auto;
	border-bottom: 1px solid #91B7D9;
}

.arrowlistmenu ul li a{
	color: #289CFB;
	background: url(./images/play_blue.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	height: 18px;
	padding: 5px 0px 0 0px;
	text-align:center;
	font-size: 70%;
	font-weight:bold;
	text-decoration: none;
	max-height: 32px;
	border-top-color: #009900;
}

.arrowlistmenu ul li a:visited{
	color: #91C8FF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #91B7D9;
	background: url(./images/play_green.png) no-repeat center left; /*custom bullet list image*/
	font-weight:bolder;
	height: 18px;
}
