/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #cccccc 0px solid; 
	border-bottom: #e2e2e4 1px solid; 
	border-top: #e2e2e4 1px solid; 
	border-right: #e2e2e4 0px solid;
	background-color: #e2e2e4;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #cccccc; 
	border-left: #cccccc 4px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid;
	border-right: #cccccc 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #e2e2e4; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: ##e2e2e4 1px solid; 
	border-left: ##e2e2e4 0px solid; 
	border-top: ##e2e2e4 1px solid; 
	border-right: ##e2e2e4 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #e2e2e4 1px solid; 
	border-left: #e2e2e4 0px solid; 
	border-top: #e2e2e4 1px solid;  
	border-right: #e2e2e4 0px solid; 
	background-color: #e2e2e4; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	border-left: #cccccc 0px solid; 
	border-bottom: #e2e2e4 1px solid; 
	border-top: #e2e2e4 1px solid; 
	border-right: #e2e2e4 0px solid;
	background-color: #1A4399;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #e2e2e4 0px solid; 
	border-bottom: #e2e2e4 1px solid; 
	border-top: #e2e2e4 1px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}



