@charset "utf-8";
}
.left-menu-table {
	width: 137px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
}
.left-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
}
.left-menu a{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
	display:block;
	padding-right: 20px;
	background-image: url(images/left-menu-off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.left-menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ec870f;
	text-decoration: none;
	font-weight: bold;
	display:block;
	padding-right: 20px;
	background-image: url(images/left-menu-on.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.left-menu-td {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b9b9b9;
	border-right-color: #b9b9b9;
	border-bottom-color: #b9b9b9;
	border-left-color: #b9b9b9;
	background-color: #DEDEDE;
	float: right;
	width: 137px;
}
.left-menu-sub a{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0066cc;
	text-decoration: none;
	display:block;
	padding-right: 20px;
	font-size: 11px;
	text-align: right;
}
.left-menu-sub a:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ec870f;
	text-decoration: none;
	display:block;
	padding-right: 20px;
	font-size: 11px;
	text-align: right;
}

