  td a { width: 100%; height: 100%; text-align: left; background-color: #cccccc; display: block }
  td a:hover { background-color: #FFCC00 }

leftmenu {
	position : relative;
	left : 0px;
	right : 0px;
	width : 100%;
	height: 100%;
	padding: 0px;
	padding-bottom : 0px;
}

#leftmenu ul {
	list-style : none;
	margin : 0px;	
	padding : 0px;
	margin-left : 5px;
	margin-right : 0px;
	margin-bottom : 0px;
}

#leftmenu li {
	display : inline;
}

#leftmenu a:active,
#leftmenu a:visited,
#leftmenu a:link {
	display : block;
	color : #000;
	text-decoration : none;	
	margin-right : 0px;
	padding : 2px;
}

#leftmenu a:hover {
	background-color : #FFCC00;
}

.LeftCell
{
	width: 400px;
	vertical-align: top;
}
.FooterCell
{
	vertical-align: top;
}
