ul.nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	background: transparent;
	width: 245px;
	margin: 0 0 0 15px;
}
ul.nav-list li {
	margin: 0;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
ul.nav-list li.active {
	background-color: transparent;
}
ul.nav-list li a {
	color: #333333;
	background-color: transparent;
	border-bottom: 1px dashed #042a3f;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 5px 5px 10px;
	text-indent: 0;
}
ul.nav-list li a.dropdown-toggle {
	font-weight: normal;
}
ul.nav-list li:last-child a {
	border-bottom: 0 dashed #042a3f;
}
ul.nav-list li a:hover {
	background-color: #eeeeee;
}
ul.nav-list li.active a,
ul.nav-list li.active a:hover {
	background-color: #042a3f;
}
ul.nav-list li a span.one {
	dispay: block;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 10px;
}
ul.nav-list li a span.two {
	dispay: block;
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 0 20px;
}
ul.nav-list li a i.icon-share {
	display: none;
	width: 0;
	height: 0;
	overflow: hidden;
}
p.title {
	color: #042a3f;
	font-size: 20px;
	text-transform: uppercase;
}