/* @override http://goldenchain.in/styles/menus.css */

.nav-link {
	float: left;
	position: relative;
	height: 18px;
	padding: 6px 0px 5px 10px;
	margin: 10px;
}

.nav-link a {
	text-decoration: none;
	color: #fff;
	padding: 8px 10px 7px 0;
}

.nav-link.visible {
	background: url(/images/rounded_rect_topleft.png) no-repeat left top;
	cursor: pointer;
}

.nav-link.visible > a {
	background: url(/images/rounded_rect_topright.png) no-repeat right top;
	color: #29abe2;
}

.nav-link.visible .menu-body {
	display: block;
	background: url(/images/rounded_rect_topleft.png) no-repeat left bottom;
	border-top: 1px #FBB03B solid;
}

.nav-link.visible .menu-body .wrapper {
	background: url(/images/rounded_rect_topright.png) no-repeat right bottom;
}

.nav-link.visible .menu-body a.active {
	color: #29abe2;
}

.menu-body {
	position: absolute;
	display: none;
	top: 29px;
	left: 0px;
	width: 180px;
	padding-left:10px;
	z-index: 1000;
	text-transform: none;
}

.menu-body .wrapper {
	margin: 0;
	padding: 10px 0;
}

.menu-body a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 2px 0;
	font-size: 11px !important;
}

.menu-body a:hover {
	color: #FBB03B;
}

.menu-body a.level2 {
	color: #999;
}

.menu-body a.level2:hover {
	color: #FBB03B;
}

#sub-links {
	position: absolute;
	top: 6px;
	right: 0px;
	font-size: 11px;
	margin-top: -5px;
	border-left: 1px solid #f0b553;
	border-bottom: 1px solid #f0b553;
	padding: 4px 15px;
}

#sub-links a {
	text-decoration: none;
	color: #29ABE2;
}

#sub-links a.active {
	color: #FBB03B;
}