.customMenu {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	align: left;
	text-align: left;
	white-space: nowrap;
	padding: 0px 0px 0px 5px;
}
.customMenu img {
	border: 0px;
	vertical-align: middle;
}
.customMenu a, .customMenu a:link, .customMenu a:active, .customMenu a:visited {
	color: #ffffff;
	text-decoration: none;
    /*display: block;*/
}
.customMenu a.node, .customMenu a.nodeSel {
	white-space: nowrap;
	color: #ffffff; /*delfim problem with IE*/
	text-decoration: none; /*delfim problem with IE*/
	display: block;
}
.customMenu a.node:hover, .customMenu a.nodeSel:hover {
	color: #ffffff;
	text-decoration: none;
}
.customMenu a.nodeSel {
	background-color: #c0d2ec;
}
.customMenu .clip {
	overflow: hidden;
}
.customMenuNode {
	align: left;
	text-align: left;
	height: 18px;
}
.customMenuNodeRoot {
	align: left;
	text-align: left;
	height: 22px;
}
.customMenuNodeFolder {
	align: left;
	text-align: left;
}
.customMenuNode a.node {
	height: 16px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-image: url('but_menu_left3.gif');
}
.customMenuNodeRoot a.node {
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-image: url('but_menu_left.gif');
}
.customMenuNode a.node:hover {
	background-image: url('but_menu_left4.gif');
}
.customMenuNodeRoot a.node:hover {
	background-image: url('but_menu_left2.gif');
}