.ddMenu {
	position: relative;
	z-index: 10;
	padding-left: 25px;
	background-color: #1E264E;
}

.ddMenuContainer {
	position: absolute;
	visibility: hidden;
}

.ddMenuTable {
	width: 100%;
}

.ddMenuCell {
	white-space: nowrap;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.ddMenuDivider {
	display: none;
}

.ddMenuCell A {
	text-decoration: none;

}
.ddMenuCell A:hover {
	text-decoration: none;
}

.ddMenuItem {
	cursor: pointer;
	cursor: hand;
}

.ddMenuItem .link .active,
.ddMenuItem .folder .active {
	background-color: #728dc5;
}

.ddMenuItem .link .inactive,
.ddMenuItem .folder .inactive {
}

.ddMenuItem .link .active .ddMenuItemLabel,
.ddMenuItem .folder .active .ddMenuItemLabel {
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 53px;
	height: 21px;
}

.ddMenuItem .link .inactive .ddMenuItemLabel,
.ddMenuItem .folder .inactive .ddMenuItemLabel {
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 53px;
	height: 21px;
}

.ddMenuItemLabel {
	text-align: center;
	white-space: nowrap;
	line-height: 20px;
}

.ddMenuHeader HR {
	display: none;
}

.ddMenuFooter HR {
	display: none;
}

.ddMenuFolder {
	position: absolute;
	visibility: hidden;
	left: 200;
}

.ddMenuFolderTable {
	background-color: #FFFFFF;
	border-top: solid 1px #728dc5;
}

.ddMenuFolderCell {
	font: 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

.ddMenuFolderCell A {
	text-decoration: none;
}
.ddMenuFolderCell A:hover {
	text-decoration: none;
}

.ddMenuFolderItem {
	border-right: solid 1px #728dc5;
	border-bottom: solid 1px #728dc5;
	border-left: solid 1px #728dc5;
}

.ddMenuFolderItem .active {
	cursor: pointer;
	cursor: hand;
}

.ddMenuFolderItem .inactive {
	cursor: pointer;
	cursor: hand;
}

.ddMenuFolderItem .folder .active {
	background-image: url(/images/navbar_folder_active.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #728dc5;
	/*width: 150px;*/
}

.ddMenuFolderItem .link .active {
	background-color: #728dc5;
	/*width: 150px;*/
}

.ddMenuFolderItem .folder .inactive {
	background-image: url(/images/navbar_folder_inactive.gif);
	background-position: right;
	background-repeat: no-repeat;
	/*width: 150px;*/
}

.ddMenuFolderItem .link .inactive {
	/*width: 150px;*/
}

.ddMenuFolderItem .link .active .ddMenuFolderItemLabel,
.ddMenuFolderItem .folder .active .ddMenuFolderItemLabel {
	color: #FFFFFF;
	width: 100%;
}

.ddMenuFolderItem .link .inactive .ddMenuFolderItemLabel,
.ddMenuFolderItem .folder .inactive .ddMenuFolderItemLabel {
	color: #1e2a53;
	width: 100%;
}

.ddMenuFolderItemLabel {
	white-space: nowrap;
	padding: 3px 10px;
	cursor: pointer;
	cursor: hand;
}

.ddMenuFolderDivider {
	display: none;
}

.ddMenuFolderDivider HR {
	display: none;
}

.ddMenuFolderHeader {}

.ddMenuFolderHeader HR {
	display: none;
}

.ddMenuFolderFooter {}

.ddMenuFolderFooter HR {
	display: none;
}
