/* 
================================
DotNetNuke Skin styles for MSE
================================
*/   
/* Main Menu */

/* Menu-Styles */


/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: teal 2px solid; 
	border-left: teal 2px solid; 
	border-top: teal 2px solid;  
	border-right: teal 2px solid; 
/*
	border-bottom: Teal 2px solid; 
	border-left: Teal 2px solid; 
	border-top: Teal 2px solid; 
	border-right: Teal 2px solid;  
*/

}

.MainMenu_MenuBar {
	background-color: Transparent;

	cursor: pointer; 
	cursor: hand; 
	height:21px;
}

.MainMenu_TabRootMenuItem TD
{

	height: 21px;
}

.MainMenu_TabRootMenuItemSel TD
{
	height: 21px;

}

.MainMenu_TabMenuItemHover TD
{
/*	background-image: url(TabCWhite.jpg);	*/

	color: Red;
	height: 21px;
	/*background-color: silver;*/
}

/*
.MainMenu_TabMenuItemSelHover TD
{
	background-image: url(TabCRed.jpg);	
	color: White;
	height: 25px;
	border-bottom-color:#FFFF00;
}
*/

/* Root-Men Separators */
.MainMenu_MenuBreak {
	border-bottom: teal 0px solid;
	border-left: teal 00px solid;
	border-top: teal 0px solid;
	border-right: 0px solid Gray;
	background-color: Gray;
	color: Gray;
	width: 0px;
	height: 0px;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial,sans-serif;
	border-left: Teal 0px solid; 
	border-bottom: Teal 0px solid; 
	border-top: Teal 0px solid; 
	border-right: Teal 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #FFFF99;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: #6699CC;
	font-family: Arial,sans-serif;
	/* border: 0px solid Teal; */
	border-color: Teal Teal Teal Teal;
	/* diese height verhindert den "Spring"-Effekt beim drberfahren ! */
	height:21px;

}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	display:none;
	background-color: DarkGray; 
	border-left: transparent 0px solid; 
	border-bottom: DarkGray 0px solid; 
	border-top: DarkGray 0px solid; 
	text-align: center; 
	width: 0; 
	height: 0;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: transparent; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	
	border-left: Teal 2px solid;
	border-bottom: 2px solid Teal;
	border-top: 2px solid Teal;
	border-right: 2px solid Teal;
	cursor: pointer;
	cursor: hand;
	color: #FFFF99;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: transparent;
	font-family: Arial,sans-serif;
	border-color: Teal Teal Teal Teal;
	height:0;
	
	
/*
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
*/
}


.MainMenu_MenuItemSel {
	background-color: #EE82EE;
	cursor: hand; 
	height:21px;
	
	border-left: #EE82EE 1px solid;
	border-bottom: #EE82EE 1px solid;
	border-top: #EE82EE 1px solid;
	border-right: #EE82EE 1px solid;
	border-width: 1px;
	border-color: #EE82EE #EE82EE #EE82EE #EE82EE;

	color: #FFFFFF;
	font-family: Arial,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 9pt;
	cursor: pointer;
	cursor: hand;
	border-right: silver 0px solid;
	border-bottom: silver 0px solid;
	border-top: silver 0px solid;
	width: 10px;
	padding: 0px 5px 0px 5px;
	background-image: url(menu_right.gif);
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 9pt;
	cursor: pointer;
	cursor: hand;
	width: 10px;
	padding: 0px 5px 0px 5px;
	background-image: url(menu_down.gif);
}

.RootMenuItemBreadcrumb {
	background-color:#EE82EE;
	color:#FFFFFF;
	border-left: Teal 0px solid;
	border-bottom: 0px solid Teal;
	border-top: 0px solid Teal;
	border-right: 0px solid Teal;
}
