

/*
.menu_list {
	width: 200px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #eef4d3 url(left.png) center right no-repeat;
}
.menu_body {
	display:none;
}
.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;
}

*/

.menu_list
{
    width:              235px;
}

.menu_head
{
    font-family:        arial, verdana, sans-serif;
    font-size:          16px;
    padding:            5px 10px;
	cursor:             pointer;
	position:           relative;
	margin:             1px;
    font-weight:        bold;
    background:         #C1A359 url(left.png) center right no-repeat;
}

.menu_body
{
	display:            none;
}

.menu_body a
{  
    font-family:        arial, verdana, sans-serif;
    font-size:          14px;
    display:            block;
    color:              #A48334;
    background-color:   #E4D388;
    padding-left:       10px;
    padding-top:        3px;
    padding-bottom:     3px;
    font-weight:        bold;
    text-decoration:    none;
}

.menu_body a:hover
{
    color:              #000000;
    text-decoration:    underline;
}
