/*-- box that holds the menu --*/ 
.MainMenu_MenuContainer {
background:#e1e3e0;
}

/*-- bar that holds the menu --*/ 
.MainMenu_MenuBar {
cursor:pointer;
cursor:hand;
background:transparent;
}

/*-- submenu container --*/ 
.MainMenu_SubMenu, .ModuleTitle_SubMenu {
margin:0 0 0 0;
}

/*-- menuitems idle --*/ 
.MainMenu_Idle TD {
color:#555;
background:#e1e3e0;
font:12px Tahoma, Helvetica, Arial, Verdana, sans-serif;
padding: 6px 20px 7px 12px;
font-weight:bold;
text-transform:uppercase;
}

/*-- menuitems over  --*/ 
.MainMenu_Selected TD {
color:#555;
background:#c9cbcc;
padding: 6px 20px 7px 12px;
}

/*-- menuitems active --*/ 
.MainMenu_Active TD, .MainMenu_BreadcrumbActive TD {
color:#555;
background:#e1e3e0;
font:12px Tahoma, Helvetica, Arial, Verdana, sans-serif;
padding: 6px 20px 7px 12px;
font-weight:bold;
text-transform:uppercase;
}

/*-- middle seperator --*/ 
.MainMenu_Seperator {
width:0px;
height:27px;
background:#e1e3e0;
}

/*-- not needed - main menu --*/ 
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow {
display:none;
}

/*-- menu icons --*/
.MainMenu_MenuIcon {
display:none;
}	
							 
/*-- module menu continer --*/ 
.ModuleTitle_MenuContainer {
color:#c7d5ee;
}

/*-- module menu bar --*/ 
.ModuleTitle_MenuBar {
cursor:pointer;
cursor:hand;
}

/*-- module menu padding --*/ 
.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel {
padding:0;
}

/*-- module menu breaks --*/ 
.ModuleTitle_MenuBreak {
border-top-style:none;
border-right-style:none;
border-left-style:none;
border-bottom-style:none;
background:#cbcdcf; 
vertical-align:top;
}

/*-- not needed - module menu --*/ 
.MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
display:none;
}

/*-- module menu icons --*/
.ModuleTitle_MenuIcon {
display:none;
}

/*-- removing seperator borders --*/ 
.MainMenu_MenuBreak {
border-top-style:none;
border-right-style:none;
border-left-style:none;
border-bottom-style:none;
background:transparent; 
vertical-align:top;
}

/*-- submenu container --*/ 
.MainMenu_SubMenu, .ModuleTitle_SubMenu {
background:#e1e3e0;
padding:0;
margin:0;
border:solid 2px #c9cbcc;
z-index: 1000;
cursor:pointer;
cursor:hand;
font-weight:normal;
filter:none;
}

/*-- submenu items idle --*/ 
.MainMenu_MenuItem, .ModuleTitle_MenuItem {
background:transparent;
color:#555;
font:12px Tahoma, Helvetica, Arial, Verdana, sans-serif;
font-weight:normal;
font-style:normal;
padding:0 10px 0 5px;
height:25px;
border:0;
}

/*-- submenu items hover --*/ 
.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel {
background:#c9cbcc;
color:#555;
font:12px Tahoma, Helvetica, Arial, Verdana, sans-serif;
font-weight:normal;
cursor:pointer;
cursor:hand;
padding:0 10px 0 5px;
height:25px;
border:0;
}

/*-- submenu items active --*/ 
.MainMenu_SubMenuItemActive {
background:transparent;
color:#555;
}