﻿.menu-head {
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #fff url(../images/arr-right.jpg) center left no-repeat;
    background-image: no-repeat;
    color: #6d6f71;
    padding-left: 10px;
}
.menu-body {
	display:none;
}

.menu-body a {color: #acadaf;}
.menu-body a:hover {color: #c51230;}