@charset "utf-8";
/* CSS Document */

.parent {
	display: block;
	position: relative;
	float: left;
	line-height: 30px;
	background-color: #;
	border-right: #CCC 0px solid;
}

.parent a {
	margin: 10px;
	color: #000;
	text-decoration: none;
}
.parent:hover{ background:#dab818}
.parent:hover>ul {
	display: block;
	position: absolute;
}

.child {
	display: none;
}

.child li {
	background-color: #000;
	line-height: 30px;
	border-bottom: #333 1px solid;
	border-right: #dab818 0px solid;
	width: 100%;
}

#navtop .child li a {
	color: #dab818;
}

#navbar .child li a {
	color: #dab818;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	min-width: 200px;
}

ul ul ul {
	left: 100%;
	top: 0;
	margin-left: 1px;
}

li:hover {
	background-color: #dab818;
}

.parent li:hover {
	background-color: #555;

}

.expand {
	font-size: 12px;
	float: right;
	margin-right: 5px;
}

#navbar-m .child li{ text-align:left}

#navbar-m .child li a {
	color: #dab818;
	text-align:left
}