.MenuNone
{
    width: 100%;
    font-size: 12px;
    background-color: #5CAD24;
    color: #FFFFFF;
    display: block;
    color: white;
    border-bottom: 1px dashed #888888;
}

.sdmenu {
    width: 100%;
    font-size: 12px;
    background-color: #5CAD24;
    color: #FFFFFF;
    display: block;
    color: white;
    border-top: 1px dashed #888888;
}

.titlehidden {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #888888;
}

.submenu
{
    width: 100%;
    font-family: Arial;
    font-size: 10px;
    background-color: #5CAD24;
    color: #FFFFFF;
}

.arrow {
    margin-left: 10px;
    margin-right: 7px;
}

.title{
    display: block;
    color: white;
    font-weight: bold;
    border-bottom: 1px dashed #888888;
}



.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 0px;
    background: #5CAD24;
    display: block;
    color: #ffffff;
    font-weight:normal;
    font-size:12px;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    color: #FFFFFF;
	text-decoration:none;
}
