.odcat{
	margin:0;
	padding: 0;
	width:100%;
	list-style:none;
}
.odcat li {
	position:relative;
}
.odcat li a {
	padding:10px 30px 10px 15px;
	display:block;
	font-size: 14px;
	color:#000;
	text-decoration:none;
	background:#a6e1ee;
	border-bottom:1px solid #2f8b9e
}
.odcat ul {
	position: relative;
	margin:0;
	padding: 0;
	display:none;
	list-style: none;
}
.odcat ul li {
	position:static;
}
.odcat ul a  {
	padding: 5px 15px;
	font-size:13px;
	color:#333;
	background-color:#ecf8fa;
}
#nav_list_first > li.active > a {
	background: #95d1de;
}
.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: 95% 50%;
}
.odcat ul a.parent {
	background-image: url(../images/menu-arr-down.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
}