td.navcell {
	margin:0px;
	padding:0;
	border-top:none;
	vertical-align: top;
	display: table-cell;
}

ul#leftNav {
	background-color: #085842;
	background-image: url(Images/gradient_menu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0;
	padding:0;
	width: 209px;
	list-style-type: none;
	font-size: 13px;
	font-weight: normal;
	color: #DAE6E3;
	text-align: right;
	display:block;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}
* html ul#leftNav {
	width:211px;
}
#leftNav li {
	margin: 0px;
	padding:0 10px 0 0;
}
* html #leftNav li {
	padding:0;
}
#leftNav li a {
	display: block;
	width:100%;
	padding:0 10px 0 0;
	height:24px;
	line-height:24px;
	color: #DAE6E3;
	border-bottom: solid #88B7A8 1px;
}
#leftNav li a:link,
#leftNav li a:visited {
	background-color:none;
	background-image:none;
	text-decoration:none;
	color: #DAE6E3;
}
#leftNav li a:active,
#leftNav li a:hover {
	background-color:#085842;
	background-image: url(Images/gradient_item.gif);
	background-position:left;
	background-repeat:repeat-y;
	text-decoration:underline;
	color: #DAE6E3;
}
#
