/*Betrader.com side nav.*/

.leftside
{
	white-space: nowrap;
	/*margin-left:20px;*/
}

.sidenav
{	
	margin: 0;
	margin-top:10px;
	margin-left:26px;
	padding: 0;
	list-style-type: none;
}

/*.sidenav li 
{	
	display: inline;
	width:150px;
}*/

.sidenav a
{
	width: 150px; 
	display: block;
	text-decoration: none;
	color:#1e5fce /* #03A6D3 */;
	font: normal 13px Verdana,Arial,Helvetica,sans-serif;
	line-height:20px;
	padding: 3px 0 4px 30px;
	background:#f7f9fd url('Img/blue.gif') no-repeat 15px 38%  /*#fafcfe*/;
	border-bottom: solid 1px #e2eaf8 /* #E1E6EF*/;
}

.sidenav a:visited
{
	line-height: 20px;
	text-decoration:none;
	color:#1e5fce;
	background:#f7f9fd url('Img/blue.gif') no-repeat 15px 38%;
}

.sidenav a:hover
{
	color:#f10101;
	text-decoration:underline;
	line-height:20px;
	background:#fafcfe url('Img/red.gif') no-repeat 15px 38%;
}
.sidenav a.sideselected
/* only for show style in html, need use ".topnavbot ul li a:selected" in css*/
{
	color: #f10101;
	text-decoration:none;
	line-height:20px;
	background:#fafcfe url('Img/red.gif') no-repeat 15px 38%;
}
.sidenav a:selected
{
	color: #f10101;
	text-decoration:none;
	line-height:20px;
	background:#fafcfe url('Img/red.gif') no-repeat 15px 38%;
}
