.menu_list
{
    width: 150px;
}
.menu_head
{
    background: url(ozellikButtonB3-1.png)/*tpa=http://gardeniahouses.com/css/img/ozellikButtonB3.png*/ no-repeat;
    height: 17px;
    width: 322px;
    color: white;
    text-align: left;
    padding-left: 25px;
    font-weight: bold;
    border: 1px solid #FEF1DD;
    margin: 1px;
    cursor: pointer;
}
.menu_body
{
    display: none;
    width: 338px;
    padding: 5px;
    padding-left: 10px;
    text-align: left;
}
.menu_body ul
{
    margin: 0px;
    padding: 0px;
}
.menu_body ul > li
{
    display: block;
    background: url(bullet-1.png)/*tpa=http://gardeniahouses.com/css/img/bullet.png*/ no-repeat left;
    padding-left: 15px;
}
.menu_body a
{
    display: block;
    color: #006699;
    background-color: #EFEFEF;
    padding-left: 10px;
    font-weight: bold;
    text-decoration: none;
}
.menu_body a:hover
{
    color: #000000;
    text-decoration: underline;
}
