.leftnav
{
	display: inline;
	float: left;
	width: 140px;
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 113px;
	padding-right: 10px;
	border-right: 1px solid blue;
	
}

.leftnav ul
{
	color: #1A1A9A;
	list-style: none;
	background-color: ;
	opacity: 0.9;
	zoom: 1;
	filter:alpha(opacity=70);
	margin-left: 0px;
	padding-left: 30px;
	cursor: pointer;
}

.leftnav li a
{
	color:  #1A1A9A;
	font-family:Arial;
	font-size:14pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;	
 	font-weight: bold;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.leftnav ul:hover, .leftnav a:hover, .leftnav li:hover a
{
	color: white;
	background-color: #101062;
 	list-style: square;
}

.vspace {
	height: 60px;
}

