/******************************************************/
/*Level0  Main level */
/*******************************************************/

div.amenu {
    float: none;
    height: auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

#content .module_amenu h3 {
    color:#1786B9;
    font-size:1.18em;
    padding:12px 0 12px 24px;
}
.amenu_section_text{
    font-weight:bold;
    padding-bottom:2px;
}

div.amenu_section_text a:link, div.amenu_section_text a:visited, div.amenu_section_text a {
    padding:0 0 0 13px;
    display:block;
    background:transparent url(../images/listRed.gif) no-repeat scroll 0 0.4em;
    font-family:"Trebuchet MS",Arial,sans-serif !important;
    color:#555555;
    text-transform:uppercase;
    text-decoration:none;
}

div.amenu_section_text a:link#active_menu, div.amenu_section_text a:visited#active_menu {
    color:#000000 !important;
    background:transparent url(../images/listRedOn.gif) no-repeat scroll 0 0.4em;
}

div.amenu_section_text a:hover {
    color:#E2001A !important;
    text-decoration:none;
}
/******************************************************/
/*Level1 */
/*******************************************************/
.amenu_section_text1 {
    margin: 0;
    padding: 12px 0 12px 13px;
    border-bottom: 1px solid #FFFFFF;
}

div.amenu_section_text1 a:link, div.amenu_section_text1 a:visited, div.amenu_section_text1 a {
    color:#555555;
    text-transform:none;
}

div.amenu_section_text1 a:link#active_menu1, div.amenu_section_text1 a:visited#active_menu1 {
}

div.menuclass0 {
    background-color: #115bbf;
    padding: 12px 0 12px 6px;
    overflow: hidden;
}

div.amenu_section_text1:hover {
    text-decoration: none;
    background-color: #115bbf;
}