#top_nav {
	position: absolute;
	left: 211px;
	top: 142px;
	color: #ffffff;
}

#top_nav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#left_nav {
	background-image: url(../images/left_nav_bg.jpg);
	margin: 0;
	padding: 0;
	border-bottom: 1px #999999 solid;
	min-height:115px;
  	height:auto !important;
  	height:115px;
}

#left_nav li { 
    margin:0; 
	padding:0;
	list-style: none;
	height: auto; /*auto */
	font-size: 0px;
	line-height: 0px;
}

#left_nav a {
	margin:0;
	display:block; 
    text-decoration:none;  
	font-weight:bold;
	color:#FFFFFF;
	padding: 5px 0 5px 34px;
	background-image: url(../images/left_nav_bullet_point.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	line-height:12px;
}

#left_nav a:hover {
	color: #1C7CFF;
}