/* Note: standard Presto menu rendition does not use the following ComponentArt features:
   Left icons
   Activated look
   Disabled look */

/* This class is required to prevent ComponentArt generating CSS classes for menu items.
   FireFox and Internet Explorer differ in the effect of adding items to this class.
   On Internet Explorer, setting padding here works; in FireFox, it is ignored, and thus
   the padding parameter is repeated in MenuItem and MenuItemHover. Still, this class must be
   retained for reasons given above. */
.TopGroup
{
  background-color:#5A6B7D; 
  border:1px #8394AC solid; 
  cursor:default; 
  padding-top:4px;
  padding-bottom:4px;  
}

.MenuGroup
{
  /*background-color:#F5F5F5;*/
  border:1px #404040 solid; 
  border-style:solid;
  cursor:default; 
}

.TopMenuItem
{
  background-color:#404040; 
  color:white; 
  font-family:Arial, sans-serif;
  font-size:12px; 
  border:1px #404040 solid;
  cursor:default; 
  padding-top:4px;
  padding-bottom:4px; 
}

.TopMenuItemHover 
{
  background-color:#C2C5C8; 
  background-image: url("../images/menu/top_item_bg.gif");
  color:white; 
  font-family:Arial, sans-serif;
  font-size:12px; 
  border:1px #DFE2E5 solid;
  cursor:default; 
  padding-top:4px;
  padding-bottom:4px; 
}

.MenuItem
{
  background-color:#F5F5F5;
  border: 1px solid #F5F5F5; 
  color:#00025C;
  font-family:Arial, sans-serif;
  font-size:11px; 
  cursor:default; 
  padding-top:4px;
  padding-bottom:4px; 
 }

.MenuItemHover 
{
  background-color:#E4F1F7; 
  background-image: url("../images/menu/item_bg.gif");
  color:#00025C;
  border: 1px solid #AADAED; 
  font-family:Arial, sans-serif;
  font-size:11px; 
  cursor:default; 
  padding-top:4px;
  padding-bottom:4px; 
}

.MenuBreak
{
  background-image:url("../images/menu/break.gif");
  width:100%;
  height:3px;
}

tr.ConfigurableMenuBar
{
	background-color: #404040;
}



/*bottom bar*/
#inmg-main-menu-outter-container {
    border-bottom: 0px solid #000000;
}



/* roll over submenus */
.menuContainer .selected td a {
   color:#FFFFFF;
}

