/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/*FADC00 = GOLD */
/*643c96 = Purple */

/* Main Menu */

.ModuleTitle_MenuContainer
{
	background-color: transparent;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.ModuleTitle_MenuItem
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	font-weight: bold;
	font-size: 13px;
	border-left: #000000 0px solid;
	cursor: hand;
	color: #643c96;
	border-bottom: #000000 0px solid;
	font-family: Arial;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #FADC00;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 21; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FADC00;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: Black 1px solid; 
	border-left: Black 1px solid; 
	border-top: Black 1px solid; 
	border-right: Black 1px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #643c96 1px solid; 
	border-left: #643c96 1px solid; 
	border-top: #643c96 1px solid;  
	border-right: #643c96 1px solid; 
	background-color: #FADC00; 
	height: 0px;
}

.ModuleTitle_MenuItemSel
{
	font-weight: bold;
	font-size: 13px;
	cursor: hand;
	color: #FADC00;
	font-style: normal;
	font-family: Arial, Helvetica;
	background-color: #643c96;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #E39701; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



