.ddMenuContainer {
	position: absolute;
	visibility: hidden;
}

.ddMenuCell {
	white-space: nowrap;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.ddMenuCell A {
	color: #FFFFFF;
	text-decoration: none;

}
.ddMenuCell A:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ddMenuCell A:active {
	color: #FFFFFF;
	text-decoration: none;
}
.ddMenuCell A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.ddMenuItem {
	color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
}

.ddMenuItemHover {
	background-color: #0080CB;
	color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
}

.ddMenuLink {}

.ddMenuFolderItem_heading {
	margin: 3px 5px 0px 5px;
	padding: 2px 0px;
	color: #999999;
	font-weight: bold;
	border-bottom: solid 1px #666666;
}

.ddMenuDivider {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

.ddMenuBorder {
	background-color: #FD7D00;
	color: #FD7D00;
	font-weight: bold;
	font-size: 10px;
}

.ddMenuSpacer {
	color: #0050A1;
	font-weight: bold;
	font-size: 10px;
}

.ddMenuFolder {
	position: absolute;
	visibility: hidden;
	background-color: #0080CB;
}

.ddMenuFolderTable {
	width: 100%;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.ddMenuFolderCell {
	font-size: 10px;
	background-color: #000000;
	background-image: url(/images/menu_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
}

.ddMenuFolderCell A {
	text-decoration: none;
}
.ddMenuFolderCell A:hover {
	text-decoration: none;
}
.ddMenuFolderCell A:active {
	text-decoration: none;
}
.ddMenuFolderCell A:visited {
	text-decoration: none;
}

.ddMenuFolderItem_folder {
	color: #FFFFFF;
	background-image: url(/images/white_arrow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

.ddMenuFolderItemHover_folder {
	color: #FFCC00;
	background-image: url(/images/yellow_arrow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

.ddMenuFolderItem_link {
	color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
}

.ddMenuFolderItemHover_link {
	color: #FFCC00;
	cursor: pointer;
	cursor: hand;
}

.ddMenuFolderItemLabel {
	padding: 5px;
}