.menu_list 
{
	width: 150px;
    text-align: left;    
}

.menu_head 
{
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
    font-family: arial;
	margin-top: 0px;
	margin-bottom: 4px;
    font-weight:bold;
    background: #7E7E7E url(/images/left.gif) center right no-repeat;
}

.menu_body 
{
	display:none;
    background-repeat: no-repeat;
}

.menu_body a 
{
    display:block;
    color:#006699;
    background-color:#FFFFFF;
    padding-left:10px;
    font-family: arial;
    font-weight:bold;
    text-decoration:none;
}

.menu_body a:hover 
{
    color: #E1A81E;
    font-family: arial;
    text-decoration: none;
}

