.dropdownMenu{
	position: absolute;
	min-width: 110px;

	z-index: 10;

	background: #fff;
	padding: 3px;

	border: 1px #DFDFDF solid;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	box-shadow: 1px 1px 7px #e0e0e0;
	-webkit-box-shadow: 1px 1px 7px #e0e0e0;
	-moz-box-shadow: 1px 1px 3px #e0e0e0;
}

.dropdownMenu.subMenu {
	margin-top: -4px;
}

.dropdownMenu ul {
	display: block;
	float: left;
	width: 100%;
}

.dropdownMenu.two-dem ul {
	width: 50%;
}

.dropdownMenu.three-dem ul {
	width: 33%;
}

.dropdownMenu li{
	margin: 0;
	padding: 0;
	display: block;
	background: 0;
	padding-right: 5px;
}

.dropdownMenu li.current {
	background-color: #cccccc;
}


.dropdownMenu li.separator{
	height: 1px;
	background-color: #e0e0e0;
	margin: 3px 0;
}

.dropdownMenu li.separator .caption{
	display: none;
}

.dropdownMenu li .caption{
	padding: 0.5em 2em;
	font-family: Arial;
	line-height: 1.2em;
	font-size: 0.8em;
	display: block;
	text-decoration: none;
	color: #000;
}

.dropdownMenu li.active{
	color: #fff;
	background-color: #80B7E4;
}

.dropdownMenu li.active .caption{
	color: #fff;
}

.dropdownMenu li.disabled .caption{
	color: #e0e0e0;
}

.dropdownMenu li.disabled .caption:hover{
	cursor: default;
	background-color: #fff;
}

.dropdownMenu li.hasSubMenu .caption,
.dropdownMenu li.hasLauncher .caption {
	background-image: url('/.style/standard/xhtml/controls/dropdownMenu/hasSubMenu.gif');
	background-position: right center;
	background-repeat: no-repeat;
}

.dropdownMenu li.active.hasSubMenu .caption,
.dropdownMenu li.active.hasLauncher .caption {
	background-image: url('/.style/standard/xhtml/controls/dropdownMenu/hasSubMenuActive.gif');
}

.dropdownMenu li.loading{
	background: url('/.style/standard/xhtml/controls/dropdownMenu/loader.gif') 50% 50% no-repeat;
	height: 1.4em;
	width: 110px;
}

.dropdownMenu li.loading .caption{
	display: none;
}
