#left_col {
	float: left;
	min-height: 425px;
	text-align: left;
	background-color: #DDD; /* For reference purposes while styling */
	position: relative;
	width: 175px;
}

#left_col #link_tree {
	list-style-type: none;
	text-align: center;
	text-transform: lowercase;
	width: 250px;
}

#left_col #link_tree li {
	display: block;
	width: 103px;
	min-height: 75px; /* deal with ie problems */ 
}

#left_col #link_tree .odd{
	float: right;
	clear: left;
}

#left_col #link_tree .even{
	float: left;
	clear: right;
}

#left_col #link_tree li a {
	display: block;
	color: #080F11;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

#left_col #link_tree li a:active, #left_col #link_tree li a.current {
	
}

#left_col #link_tree li a:hover {
	color: #7bd3f7;
}

