@charset "utf-8";
/* CSS Document */
body {
    font: 10pt Arial, Helvetica, Sans-serif;
}
a {
    text-decoration: none;
}
#example1,
#example2,
#example3,
#example4,
#example5 {
    float: left;    
}
.expand_all,
.collapse_all {
    cursor: pointer;
}
.example_menu {
    font-size: 90%;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: top;   
}
.example_menu ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu1,
#menu2,
#menu3,
#menu4,
#menu5 {
    margin: 0;
    background: #e8e8e8;
    width: 220px;;
}
#menu1 li,
#menu2 li,
#menu3 li,
#menu4 li,
#menu5 li,
.example_menu li {
    background-image: none;
    margin: 0;
    padding: 0;
}
.example_menu ul ul {
    display: block;
}
.example_menu a {
    color: #000;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-left: 0;
    padding: 2px 2px 2px 17px;    
}
.example_menu a.expanded {
    background: #ddd url('../img/collapse.gif') no-repeat 3px 50%;
    color: #1fa639;
}
.example_menu a.expanded2 {
}
.example_menu a.expanded2:hover {
}
.example_menu a.collapsed {
    background: #ddd url('../img/expand.gif') no-repeat 3px 50%;
    color: #1fa639;
}
.example_menu a.collapsed2 {
}
.example_menu a.collapsed2:hover {
}
.example_menu a.expanded_selecionado {
    background: #f5f5f5 url('../img/collapse.gif') no-repeat 3px 50%;
    color: #1fa639;
}
.example_menu a.expanded2_selecionado {
    background : #f5f5f5;
}
.example_menu a.expanded2_selecionado:hover {
    background : #f5f5f5;
}

.example_menu a.collapsed_selecionado {
    background: #f5f5f5 url('../img/expand.gif') no-repeat 3px 50%;
    color: #1fa639;
    background : #f5f5f5;
}
.example_menu a:hover {
    text-decoration: none;
}
.example_menu ul a {
    background: #e8e8e8;   
    color: #000;
    display: block;
    font-weight: normal;
    padding: 2px 2px 2px 2px;
   
}
.example_menu ul img {
    padding-left: 2px;
    cursor: pointer;
}
.example_menu ul a:link {
    font-weight: normal;
}
.example_menu ul a:hover {
    background : #f5f5f5;
    text-decoration: underline;
}
.example_menu li a.selecionado {	
	text-decoration: underline;
}
.example_menu ul a.selecionado {
    background : #f5f5f5;
    text-decoration: underline;
}

.example_menu li.active a {
    background: #fff;
}
.example_menu li.active li a {
    background: #e8e8e8;
}
#menu1 li.footer,
#menu2 li.footer,
#menu3 li.footer,
#menu4 li.footer,
#menu5 li.footer,
.example_menu .footer {
    background: transparent url('../img/footer.jpg') no-repeat 0 0;    
    height: 9px;
    line-height: 15px;
    margin: 0 0 10px 0;
    width: 171px;
}
.example_menu .footer span {
    display: none;
}

.example_menu .footer2 {
    background: #e8e8e8;    
    height: 9px;
    line-height: 15px;
    margin: 0 0 10px 0;
    width: 100%;
}

.example_menu .sem_filho {
	padding-left: 18px;
}
