.customMenu {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a9a9a9;
	align: left;
	text-align: left;
	white-space: nowrap;
	padding: 5px 5px 5px 5px;
}
.customMenu img {
	border: 0px;
	vertical-align: middle;
}
/*
.customMenu a, .customMenu a:link, .customMenu a:active, .customMenu a:visited {
	color: #ffffff;
    text-decoration: none;
}
.customMenu a.node, .customMenu a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	color: #000000; 
  text-decoration: none; 
}
.customMenu a.node:hover, .customMenu a.nodeSel:hover {
	color: #823336;
    text-decoration: none;
}
.customMenu a.node:visited, .customMenu a.nodeSel:visited {
	color: #000000;
}
*/
.customMenu .clip {
	overflow: hidden;
}
.customMenuNode {
	background: #ffffff;
	align: right;
	text-align: right;
		padding: 5px 5px 5px 5px;
    border: 0px solid #505050;
}
.customMenuNode a, .customMenuNode a:link, .customMenuNode a:active, .customMenuNode a:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.customMenuNode a:hover{
	color: #823336;
	font-size: 12px;
}
.customMenuNodeRoot {
	background: #1f1a17;
	align: left;
	text-align: left;
    padding: 5px 5px 5px 5px;
    border: 1px solid #505050;
}
.customMenuNodeRoot a, .customMenuNodeRoot a:link, .customMenuNodeRoot a:active, .customMenuNodeRoot a:visited {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
.customMenuNodeRoot a:hover{
	color: #823336;
	font-size: 12px;
}
.customMenuNodeFolder {
	background: #a9a9a9;
	align: right;
	text-align: right;
		padding: 5px 5px 5px 5px;
		border: 1px solid #505050;
}
.customMenuNodeFolder a, .customMenuNodeFolder a:link, .customMenuNodeFolder a:active, .customMenuNodeFolder a:visited {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
.customMenuNodeFolder a:hover{
	color: #823336;
	font-size: 12px;
}
