.ddMenu {
	position: relative;
	z-index: 10;
}

.ddMenuContainer {
	position: absolute;
	visibility: hidden;
}

.ddMenuTable {
	width: 100%;
}

.ddMenuCell {
	white-space: nowrap;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.ddMenuDivider {
	width: 2px;
}

.ddMenuCell A {
	text-decoration: none;

}
.ddMenuCell A:hover {
	text-decoration: none;
}

.ddMenuItem {
	cursor: pointer;
	cursor: hand;
}

.ddMenuItem .link .active,
.ddMenuItem .folder .active {
	background-color: #CCCCCC;
}

.ddMenuItem .link .inactive,
.ddMenuItem .folder .inactive {
	background-color: #000033;
}

.ddMenuItem .link .active .ddMenuItemLabel,
.ddMenuItem .folder .active .ddMenuItemLabel {
	color: #000000;
	/* width: 123px; */
	padding-left: 17px;
	padding-right: 17px;
	height: 20px;
}

.ddMenuItem .link .inactive .ddMenuItemLabel,
.ddMenuItem .folder .inactive .ddMenuItemLabel {
	color: #FFFFFF;
	/* width: 123px; */
	padding-left: 17px;
	padding-right: 17px;
	height: 20px;
}

.ddMenuItemLabel {
	text-align: center;
	white-space: nowrap;
	line-height: 20px;
}

.ddMenuHeader HR {
	display: none;
}

.ddMenuFooter HR {
	display: none;
}

.ddMenuFolder {
	position: absolute;
	visibility: hidden;
}

.ddMenuFolderTable {
	background-color: #FFFFFF;
}

.ddMenuFolderCell {
	font: 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

.ddMenuFolderCell A {
	text-decoration: none;
}
.ddMenuFolderCell A:hover {
	text-decoration: none;
}

.ddMenuFolderItem {
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

.ddMenuFolderItem .active {
	color: #000000;
	cursor: pointer;
	cursor: hand;
}

.ddMenuFolderItem .inactive {
	color: #666666;
	cursor: pointer;
	cursor: hand;
}

.ddMenuFolderItem .folder .active {
	background-color: #EEEEEE;
	width: 150px;
}

.ddMenuFolderItem .link .active {
	background-color: #EEEEEE;
	width: 150px;
}

.ddMenuFolderItem .folder .inactive {
	width: 150px;
}

.ddMenuFolderItem .link .inactive {
	width: 150px;
}

.ddMenuFolderItem .link .active .ddMenuFolderItemLabel,
.ddMenuFolderItem .folder .active .ddMenuFolderItemLabel {
	width: 100%;
}

.ddMenuFolderItem .link .inactive .ddMenuFolderItemLabel,
.ddMenuFolderItem .folder .inactive .ddMenuFolderItemLabel {
	width: 100%;
}

.ddMenuFolderItemLabel {
	white-space: nowrap;
	padding: 3px 6px;
	cursor: pointer;
	cursor: hand;
}

.ddMenuFolderDivider {
	display: none;
}

.ddMenuFolderDivider HR {
	display: none;
}

.ddMenuFolderHeader {}

.ddMenuFolderHeader HR {
	display: none;
}

.ddMenuFolderFooter {}

.ddMenuFolderFooter HR {
	display: none;
}