.odcat{
	margin:0;
	padding: 0;
	width:100%;
	list-style:none;
}
.odcat li {
	position:relative;
}
.odcat li a {
	padding: 10px 10px 10px 20px;
    display: block;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    background: #e73d39;
    border-radius: 10px;
    margin: 5px 0px;
}

.odcat li:last-child a {
	border: 0px;
}

.odcat > ul > li > a {
	
}

.odcat ul {
	position: relative;
	margin:0;
	padding: 0;
	display:none;
	list-style: none;
}
.odcat ul li {
	position:static;
}
.odcat ul a  {
	padding: 5px 0 5px 30px;
	font-size:14px;
	color:#8b8b8b;
	background-color:#ededed;
	text-shadow: none;
    color: #000;
}
.odcat ul ul a  {
	padding: 5px 0 5px 50px;
	font-size:12px;
	color:#8b8b8b;
	background:#fff;
}
.odcat ul a.active {
	font-weight: bold;
	color: #000;
}
.odcat a.parent {
	background-image: url(../images/menu-arr-down.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
}
.odcat ul a.parent {
	background-image: url(../images/menu-arr-down.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
}