.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}


/* background borders color */

.MainMenu_MenuItem {
	border-left: #023C62 0px solid; 
	border-bottom: #023C62 1px solid; 
	border-top: #023C62 1px solid; 
	border-right: #023C62 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #023C62;
	font-family: Tahoma, Arial, Helvetica; 
}




/*submenu iconspace */

.MainMenu_MenuIcon {
	background-color: #023C62; 
	border-left: #023C62 1px solid; 
	border-bottom: #023C62 1px solid; 
	border-top: #023C62 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}


/*submenu textbackground & shade */

.MainMenu_SubMenu {
	background-color: #023C62 ;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak {
	height: 1px;
}

/* backgroundcolor on hover over */

.MainMenu_MenuItemSel {
	background-color: #8da4d3; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}


/* right end borders color */

.MainMenu_MenuArrow {
	border-right: #023C62 1px solid; 
	border-bottom: #023C62 1px solid; 
	border-top: #023C62 0px solid;

/*	font-family: webdings; */
	font-size: 10pt; 

	cursor: pointer; 
	cursor: hand; 
}


.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt;
	cursor: pointer; 
	cursor: hand;
}


/* additional solpart menu options - see skin aspx file */

/* see inventua menuitem - portal.css at /0
.MenuItem
{
    height: 21;
    color: red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
}
*/

.SubMenuItem
{
    height: 21;
    background-color: #023C62;
    color: red;
    border: 0 none;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 


}
.MenuItemActive
{
    height: 21;
    color: #FECC00;
background-color: #023C62;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
}


.SubMenuItemActive
{
    height: 21;
    color:#FECC00;
background-color: #023C62;	
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
}



.MenuItemHover
{
    height: 21;
background-color: #023C62;
    color: #C9D5F1;
    border: 0 none;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;

}



