
/* styles for Flyout Solpart menu - default */
.MainMenu_MenuContainer {	BACKGROUND-COLOR: transparent;}
.MainMenu_MenuBar {	CURSOR: pointer;	HEIGHT: 16px;	BACKGROUND-COLOR: transparent}
.MainMenu_MenuItem {	BORDER-RIGHT: white 0px solid;	BORDER-TOP: white 1px solid;	FONT-WEIGHT: bold;	FONT-SIZE: 9pt;	BORDER-LEFT: white 0px solid;	CURSOR: pointer;	COLOR: black;	BORDER-BOTTOM: white 1px solid;	FONT-STYLE: normal;	FONT-FAMILY: Tahoma, Arial, Helvetica;	BACKGROUND-COLOR: transparent}
.MainMenu_MenuIcon {	BORDER-TOP: #eeeeee 1px solid;	BORDER-LEFT: #eeeeee 1px solid;	WIDTH: 15px;	CURSOR: pointer;	BORDER-BOTTOM: #eeeeee 1px solid;	HEIGHT: 21px;	BACKGROUND-COLOR: #eeeeee;	TEXT-ALIGN: center}
.MainMenu_SubMenu {	BORDER-RIGHT: #ffffff 0px solid;	BORDER-TOP: #ffffff 0px solid;	Z-INDEX: 1000;	BORDER-LEFT: #ffffff 0px solid;	CURSOR: pointer;	BORDER-BOTTOM: #ffffff 0px solid;	BACKGROUND-COLOR: #ffffff}
.MainMenu_MenuBreak {	BORDER-RIGHT: #eeeeee 0px solid;	BORDER-TOP: #eeeeee 1px solid;	BORDER-LEFT: #eeeeee 0px solid;	BORDER-BOTTOM: #eeeeee 1px solid;	HEIGHT: 1px;	BACKGROUND-COLOR: #eeeeee}
.MainMenu_MenuItemSel {	FONT-WEIGHT: bold;	FONT-SIZE: 9pt;	CURSOR: pointer;	COLOR: black;	FONT-STYLE: normal;	FONT-FAMILY: Tahoma, Arial, Helvetica;	BACKGROUND-COLOR: #c1d2ee}
.MainMenu_MenuArrow {	BORDER-RIGHT: #ffffff 1px solid;	BORDER-TOP: #ffffff 0px solid;	FONT-SIZE: 10pt;	CURSOR: pointer;	BORDER-BOTTOM: #ffffff 1px solid;	FONT-FAMILY: webdings}
.MainMenu_RootMenuArrow {	FONT-SIZE: 10pt;	CURSOR: pointer;	FONT-FAMILY: webdings;}

/*custom*/
.MainMenu_MenuContainerV{
	margin: 0px 0 0 0;
	font-size: 1px;
	background-color: transparent;
	vertical-align: top;
	font-family:"Lucida Sans Unicode","Lucida Grande","Arial Narrow",sans-serif;
	line-height:14pt;
	font-size:11pt;
	width: 100%;
}
.MainMenu_MenuContainerV td{/*font color*/
	color:#ffffff;
	font-family:"Lucida Sans Unicode","Lucida Grande","Arial Narrow",sans-serif;
	font-variant:small-caps;
	line-height:14pt;
	font-size:11pt;
}
.MainMenu_MenuBarV{
	font-family:"Lucida Sans Unicode","Lucida Grande","Arial Narrow",sans-serif;
}
.MainMenu_SubMenu {	
	border:gray solid 1px;
	z-index: 1000; 
	cursor: pointer; 
	background-color: #4c5d70;
	font-family:"Lucida Sans Unicode","Lucida Grande","Arial Narrow",sans-serif;
	line-height:14pt;
	font-size:10pt;
	padding:1px;
}
.MainMenu_MenuBreak { 
	background:none; 
	border:none;
}
.MainMenu_MenuItem{ 
	border:none; 
	color:white; 
	font-weight:normal;
	font-family:"Lucida Sans Unicode","Lucida Grande","Arial Narrow",sans-serif;
	line-height:14pt;
	font-size:10pt;
	font-variant:small-caps;
}
.MainMenu_MenuItem td { padding:2px;}
.MainMenu_SubMenuItemHover{ 
	border:none; 
	font-weight:normal; 
	color:#2c3641;
	font-family:"Lucida Sans Unicode","Lucida Grande","Arial Narrow",sans-serif;
	line-height:14pt;
	font-size:10pt;
	background:#A2B5C8;
}
.MainMenu_SubMenuItemCurrent{
	border:none; 
	font-weight:normal; 
	color:#e1e1e1;
	font-family:"Lucida Sans Unicode","Lucida Grande","Arial Narrow",sans-serif;
	line-height:14pt;
	font-size:10pt;
	background:#58708a;
}

.MainMenu_MenuArrow{ 
	border:none;
	text-align:right;
}
.MainMenu_RootMenuItemV{
	font-family:"Lucida Sans Unicode","Lucida Grande","Arial Narrow",sans-serif;
	background:url(images/menuarrow-white.png) 10px 8px no-repeat;
}
.MainMenu_RootMenuItemV td{ padding:3px 3px 3px 15px;}
.MainMenu_RootMenuItemCurrentV{
	font-family:"Lucida Sans Unicode","Lucida Grande","Arial Narrow",sans-serif;
	background:url(images/menuarrow-white.png) 10px 8px no-repeat #4c5d70;
}
.MainMenu_RootMenuItemCurrentV td{ padding:3px 3px 3px 15px;}
.MainMenu_RootMenuItemHoverV{
	font-family:"Lucida Sans Unicode","Lucida Grande","Arial Narrow",sans-serif;
	background:url(images/menuarrow-white.png) 10px 8px no-repeat #4c5d70;
}
.MainMenu_RootMenuItemHoverV td{ padding:3px 3px 3px 15px;}
.MainMenu_RootMenuArrowV{ padding-right:5px; background-image:url(images/x.gif);}

.MainMenu_MenuIcon {
	cursor: pointer; 
    background-color: yellow; 
	border:none;
	display:none;
}
.MainMenu_RootMenuIcon {
	cursor: pointer; 
    background-color: yellow;
	border:none;
}
.MainMenu_MenuIcon img{ display:none;}

