table.leftLinks {
	font-variant: normal;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	width: 150px;
	background: #FF9900;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #000;
	border-left: 1px solid #000;
	border-right: 0px solid #000;
	border-top: 0px solid #000;
	text-decoration: none;
	text-transform: none;
}
table.leftLinks td{
	border-bottom: 1px solid #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-top: 0px solid #000;	
}
table.leftLinks a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.2em;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	font-weight: bold;
	
}
html>body table.leftLinks a {width:auto;}

table.leftLinks span {
    padding:0.3em;
    display:block;
}
table.leftLinks a:link{
	display:block;
	width: 100%;
	font-variant: normal;
	font-weight: bold;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	
}
table.leftLinks a:visited {
	font-variant: normal;
	font-weight: bold;
	color: #000000;
}
table.leftLinks a:hover {
	background: #E05D08; 
	Color: #FFCC66;
	font-variant: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}
table.leftLinks a:active {
	width: 100%;
	color: White;
	font-variant: normal;
	font-weight: bold;
}

