/* CSS Document */

#WAVE {
	position: relative;
	top:-60px;
	z-index: 999;
	left: 0px;
}

#ContentTable {
margin:10px;
}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
.MainMenu_MenuItem {
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon TD {
	text-align: center; 
	width: 15; 
	height: 21;
}
/* SolPartMenu Complete Style Sheet  */

/* Menu Container CSS Class */
/* menucontainercssclass */
.MenuContainter {
	background-color: transparent; 
	width: 100%;
	z-index: 4;
	position:relative;
}

/* Menu Bar CSS Class */
/* menubarcssclass */
.MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 39px;
	width: 100%;
}
/* Menu Item CSS Class */
/* menuitemcssclass */
.MenuItem {
	border-left: black 0px solid; 
	border-bottom: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	cursor: hand; 
	color: black; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
}

/* Menu Icon CSS Class */
/* menuiconcssclass */
.MenuIcon {
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	background-color: #94A9B6;  
}

/* Menu Item CSS Class for mouse-over */
/* menuitemselcssclass */
.MenuItemSelect {
	background-color: Transparent; 
	cursor: hand; 
	border-left: black 0px solid; 
	border-bottom: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid; 
	color: black; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
}

/* Menu Break CSS Class */
/* menubreakcssclass */
.MenuBreak {
	border-left: black 0px solid; 
	border-bottom: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	background-color: Transparent;
	height: 0px;
	width:0px;
}

/* Menu Arrow CSS Class */
/* menuarrowcssclass */
.MenuArrow {
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	font-family: webdings; 
	font-size: 10px; 
	font-family: Tahoma;
	cursor: hand; 
}

/* Menu Root Arrow CSS Class */
/* menurootarrowcssclass */
.RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
}

/* CSS Class used for root menu items when they are found in the breadcrumb array list */
/* rootmenuitembreadcrumbcssclass */
.RootMenuItemBreadCrumb {
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

/* CSS Class used for root menu items */
/* rootmenuitemcssclass */
.RootMenuItem TD
{
	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 0px solid; 
	border-top: red 0px solid; 
	border-right: #CCCCCC 0px solid;
	cursor: hand; 
	cursor: hand; 
	color: black; 
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-color: Transparent;
	height: 39px;

	background-image: url(mid.jpg);
	background-repeat:no-repeat;
	text-align: center;
}

/* CSS Class used for root menu items when they are the active tab */
/* rootmenuitemactivecssclass */
.RootMenuItemActive TD 
{
	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 0px solid; 
	border-top: #CCCCCC 0px solid; 
	border-right: #CCCCCC 0px solid;
	cursor: hand; 
	cursor: hand; 
	color: black;

	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-color: Transparent;
	background-image: url(mid.jpg);
	background-repeat:no-repeat;
	text-align: center;
}

/* CSS Class used for root menu items when they moused-over */
/* rootmenuitemselectedcssclass */
.RootMenuItemSelected TD {
	cursor: hand; 
	cursor: hand; 
	color: #5B2B13; 
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-color: Transparent;
	height: 39;
	
	background-repeat:no-repeat;
	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 0px solid; 
	border-top: #CCCCCC 0px solid; 
	border-right: #CCCCCC 0px solid;
	background-image: url(mid.jpg);
	background-repeat:no-repeat;
	text-align: center;
}

/* CSS class used for the root level menu item separator */
/* separatorcssclass */
.Separator {
	width:0px;
	background-repeat: no-repeat;
	background-color:transparent; 
	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 0px solid; 
	border-top: #CCCCCC 0px solid; 
	border-right: #CCCCCC 0px solid;
}


/* CSS Class used for sub menu items when they are found in the breadcrumb array list */
/* submenuitembreadcrumbcssclass */
.SubMenuItemBreadCrumb 
{
	background-color: #94A9B6;  
}


.SubMenu {
	border-left: black 0px solid; 
	border-bottom: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	cursor: pointer; 
	cursor: hand; 
	background-color: #94A9B6;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#180000', Direction=135, Strength=3); 
}

/* CSS Class used for sub menu items when they are the active tab */
/* submenuitemactivecssclass */
.SubMenuItemActive {
	background-color: #94A9B6;  
}



/* CSS Class used for sub menu items when they moused-over */
/* submenuitemselectedcssclass */
.SubMenuItemSelected {
	background-color: #94A9B6;  
	color: #FF6600; 
}
