.menuLeft {
	position: relative;
	top: -5px;
}

.menuLeft .section p {
	position: relative;
	font-family: Tahoma, tahoma, verdana, arial, sans-serif;
	background-color: #134B76;
	font-size:11px;
	color:white;
	height:24px;
	line-height: 20px;
	font-weight:bold;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 5px;
	cursor:pointer;
	vertical-align:middle;
}

.menuLeft .section p img {
	position:relative;
	top:4px;
	margin-left:15px;
	margin-right:6px;
}

.menuLeft .node {
	display: none;
	position:relative;
	cursor:pointer;
	font-family:Tahoma, tahoma, verdana, arial, sans-serif;
	font-size:11px;
	height:26px;
	line-height: 26px;
	font-weight:bold;
	color:white;
	background: #8DBEDC no-repeat right top;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
	width:100%-20px;
	vertical-align:middle;
}

.menuLeft .node a {
	display: block;
	font-family:Tahoma, tahoma, verdana, arial, sans-serif;
	font-size:11px;
	width:200px;
	height:26px;
	line-height: 20px;
	color: #ffffff;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.menuLeft .node a:hover {
	color: #ffffff;
	text-decoration:none;
}

.menuLeft .node img {
	position:relative;
	top:5px;
	margin-left:6px;
	margin-right:6px;
}