﻿
.menu_list {	
	width: 150px;
}
.menu_head
{
    background-position: right;
    padding: 2px 20px 2px 10px;
    cursor: pointer;
    position: relative;
    margin: 1px;
    font-weight: bold;
    background: #EDEDED url(  '../images/left.png' ) no-repeat right;
    font-family: 'Simplified Arabic';
    font-size: 12px;
}
.menu_body {
	display:none;
}
.menu_body a
{
    display: block;
    color: #006699;
    background-color: #CCFFCC;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Simplified Arabic';
    font-size: 12px;
    padding-right: 10px;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }
