.nav {
	width: 240px;
	background-color: #eeeeee;
	height: 100%;
}

.nav h3 {
	margin-top: 0;
	margin-bottom: 3px;
	line-height: 28px;
	float: left;
	color: #ffffff;
	font-size: 13px;
	width: 100%;
	text-align: center;
	height: 28px;
}

#NavLinks a {
	color: #6699cc;
	text-decoration: none;
	width: 100%;
	float: left;
	height: 24px;
	line-height: 24px;
	text-indent: 10px;
	font-size: 12px;
	font-weight: bold;
}

#NavLinks a:hover {
	color: #333333;
	background-color: #dddddd;
}

#NavMarkets a {
	color: #666666;
	text-decoration: none;
	width: 95%;
	float:left;
	clear:both;
	line-height:18px;
	padding-left: 5%;
	text-indent:-3%;
	font-size: 12px;
	font-weight:bold;
}

#NavMarkets a:hover {
	color: #000000;
	background-color: #dddddd;
}