/* Main Menu - SolPart Menu Styling Classes */

.MainMenu_MenuContainer { 
background-color: transparent;
width:150px;
border:0px;  } 

.MainMenu_MenuBar { 
background-color: transparent; 
border:0px;
width:220px;  }

.MainMenu_MenuItem { 
cursor: pointer;
color: black;
font:8pt Arial, verdana, Helvetica;
padding-top:6px;
padding-bottom:6px;
height:25px;
width:220px;
border:0px; }

.MainMenu_MenuIcon { 
padding:2px 4px 2px 4px;
background-color:#C2D7F7;
border:0px; }

.MainMenu_SubMenu {
z-index: 1000;
cursor: pointer;
cursor: hand;
background-color: #E4EEFC;
filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
border:solid 1px #1B5CBE;
width:220px; }

.MainMenu_MenuBreak { 
width:220px; 
border:0px; }

.MainMenu_MenuItemSel { 
cursor: pointer;
color: white;
font:8pt Arial, verdana, Helvetica;
padding-top:6px;
padding-bottom:6px;
padding-left:4px;
height:25px;
background-color:#2EA2EB;
width:220px;
border:0px; }


.MainMenu_MenuArrow { border:0px; }
.MainMenu_RootMenuArrow { border:0px; }

/* SolPart Menu Additional Classes */

.MainMenu_RootMenuItemBreadcrumb { border:0px; }
.MainMenu_SubMenuItemBreadcrumb { border:0px; }
.MainMenu_RootMenuItem { border:0px; }
.MainMenu_RootMenuItemActive { border:0px; }
.MainMenu_SubMenuItemActive { border:0px; }
.MainMenu_RootMenuItemSelected { border:0px; }
.MainMenu_SubMenuItemSelected { border:0px; }

