@charset "utf-8";

<style type="text/css">

.leftMenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .leftMenu{
	width: 200px;
}

.leftMenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 200px;
	margin-left: 130px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.leftMenu a{
	padding: 4px 3px;
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.leftMenu a:visited{
	color: #595959;
	text-decoration: none;
}

html>body .leftMenu a{ 
width: auto;
}

.leftMenu a:hover{
	background-color: #CDE9EF;
	color: black;
	text-decoration: none;
}

</style>

