*{
margin: 0px;
padding: 0px;
}

#left_menu ul { /* all lists */
	margin-left:15px;
	list-style: none;
}

#left_menu li { /* all list items */
	float: left;
	position: relative;
	font-size:14px;
	width: 140px;
	padding:7px 0 7px 0;
	border-bottom:dotted 1px #003399;
}

#left_menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	width:155px;
	margin-top:-37px;
	#margin-top:-37px;
	_margin-top:-43px;
	margin-left: 140px;
	#margin-left:70px;
	background-color:#cce8f3;
	z-index:100;
}

#left_menu li ul li {
	padding:0px;
	width:155px;
}


#left_menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#left_menu ul a {
	display:block;
	width:140px;
	height:15px;
	color:#000000;
	text-decoration:none;
	padding:12px 0 10px 0;
}

#left_menu ul :hover a{
	
	background-color:#cce8f3;
}

#left_menu ul li ul a {
	display:block;
	font-size:12px;
	width:155px;
	height:18px;
	line-height:100%;
	padding:7px 0 12px 0;
}

#left_menu li ul li a:hover{
	background-color: #a1c2e0;
}


#left_menu li:hover ul{ /* lists nested under hovered list items */
	display: block;
}

#left_menu li.over ul { /* lists nested under hovered list items */
	display: block;

}
li.over a {
	background-color:#cce8f3;
}
