@charset "utf-8";
/* CSS Document */

#moduleMenu {
	background-image:url(../images/backModuleMenu.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:27px;
}

.mainMenuItem {
	height:26px;
	color:#ffffff;
	font-weight:bold;
	padding-left:12px;
	padding-right:12px;
	vertical-align:middle;
	white-space:nowrap;
	cursor:pointer;
}

.mainMenuSeparator {
	background-image:url('../images/separator_main_menu.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
}

.mainMenuItem:hover {
	background-image: url(../images/backModuleMenuOver.gif);
	background-position:bottom;	
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
	vertical-align:middle;
	white-space:nowrap;
	cursor:pointer;
}

.mainMenuItemSelected {
	background-image: url(../images/backModuleMenuSelected.gif);
	background-position:bottom;	
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	vertical-align:middle;
	white-space:nowrap;
	cursor:pointer;
}

.mainMenuSubmenuOpened {
	background-image: url(../images/backSubmenu.gif);
 	background-repeat:repeat-x;
	background-position:top; 
	background-color: #E0E0E0;
	display:block;
	position:absolute;
	z-index:100;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #f0f0f0;
	white-space:nowrap;
	text-align:left;
	width:auto;
	
}

.mainMenuSubmenuClosed {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
}

.submenuItem {
	cursor:pointer;
	clear:left;
	display:block;
	padding-top:6px;
	padding-bottom:6px;
	width:100%;
	float:left;
}

.submenuItem:hover {
	background-color: #eeeeee;
}

.submenuIcon {
	float:left;
	padding-left:16px;
	padding-right:8px;
}

.submenuTitle {
	font-size:11px;
	float:left;
	padding-right:16px;
}

.actionMenuHolder {
	height:16px;
	width:auto;
	float:left;
	display:inline;
	position:relative;
	padding-right:2px;
	padding-left:2px;
	vertical-align:middle;
	margin-top:2px;
	white-space:nowrap;
}

.actionMenuTitle {
	width:auto;
	position:relative;
	float:left;
	cursor:pointer;
	color:#333333;
	border:#666666 solid 1px;
}

.actionMenuTitle:hover {
	background-color:#EFEFEF;
}

.actionMenuItemsHolder {
	margin-top:16px;
	width:auto;
	overflow:visible;
	position:absolute;
	top:inherit;
	left:inherit;
	float:left;
	z-index:100;
	background-image: url(../images/backSubmenu.gif);
 	background-repeat:repeat-x;
	background-position:top;
	background-color: #E0E0E0;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #f0f0f0;
	
}

.actionMenuItem {
	width:100%;
	clear:left;
	float:left;
	padding-top:6px;
	padding-bottom:6px;
	cursor:pointer;
	white-space:nowrap;
}

.actionMenuItem:hover {
	background-color: #eeeeee;
}

.actionMenuItemIcon {
	padding-left:16px;
	padding-right:8px;
}

.actionMenuItemTitle {
	font-size:11px;
	padding-right:16px;
	border:0px;
}


