.MenuContent
{
    background: url(../images/box-title-bg.gif) repeat-x bottom;
	/*background:#F7F7F8 URL(/UI/images/menu_bg2.gif) repeat-x bottom;*/
	height: 38px;		/* moves background just under top of buttons */
	margin-top: -10px;  /* moves menu and buttons into header: account for TopGroupItemSpacing="13" on top/bottom */
	padding-left: 17px;
   
}

.MenuContainer
{
	width: 100%;
	height: 27px;
	overflow: hidden;
}

.TopGroup
{
	cursor:default; 
}

.MenuGroup
{
	background-color:#F3F3FE;
	border:solid 1px #4E5358; 
	border-style:solid;
	cursor:default; 
}

.TopMenuItem
{ 
    display: block; 
    padding: 8px 12px; 
    font-size: 13px; 
    color: #000; 
    text-decoration: none;
	
    border-bottom: 1px solid #cccccc; 
    margin: 15px 0 15px 15px; 
    font-size: 13px; 
    letter-spacing: 0.02em;
    /*
    border-bottom: 1px solid #e3e3e3; 
    border-bottom-color: #B8B8B9;
	font-family: Tahoma; 
	font-size: 11px; 
	padding: 20px;
    margin: 0 10px;*/
	cursor: default; 
	
}

.TopMenuItemHover 
{
    background: #fff; /*#fafafa; */
    border-bottom: 3px solid #4fa5e2;
    margin: 15px 0 15px 15px; 
    font-size: 13px; 
    letter-spacing: 0.02em;

  /*
	background-image: url(../../UI/images/menuhover_bg.gif);   
	background-color:#B58DCA; 
	border: 1px solid #757495; 
	border-bottom: 1px solid #B58DCA; 
	font-family:tahoma;
	font-size: 11px; 
	cursor:default; 
    */
}

.MenuItem
{

  border: 1px solid #F3F3FE;
  border-bottom-style:none; 
  color:#636263;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default;
}

.MenuItemHover 
{
  background: #fafafa; 
  border-bottom: 1px solid #4fa5e2;

  /*
  background-color:#B58DCA; 
  color: #333333;
  border: 1px solid #57566F; 
  border-top-color: #9190AC; 
  border-left-color: #9190AC;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
  */
}

.MenuItemExpanded
{
  background-color:#B58DCA; 
  color: #333333;
  border: 1px solid #9190AC; 
  border-top-color: #57566F; 
  border-left-color: #57566F; 
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.MenuItemActive
{
  color: #333333;
  background-color:#B58DCA;  
  border: 1px solid #BB5503; 
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.MenuBreak
{
  background-color: silver; 
  width:100%;
  height:2px;
}

.ScrollItem
{
  background-color:#F3F3FE; 
  border: 1px solid #757495; 
  text-align:center;
  cursor:default;
}

.ScrollItemH
{
  background-color:#B58DCA; 
  border: 1px solid #757495; 
  text-align:center;
  cursor:default;
}

.ScrollItemA
{
  background-color:#FBE694; 
  border: 1px solid #BB5503; 
  text-align:center;
  cursor:default;
}

/* Styles not in component art control **************************/
/* Logout Button and MenuV1.ascx	   **************************/

.MenuButton span, 
.MenuButtonHover span
{
	width: 100%; 
	white-space: nowrap; 
	text-align: left;
	font-family: Tahoma; 
	font-size: 11px; 
	cursor: default;
	padding: 0px 2px;
}
.MenuButton img, 
.MenuButtonHover img
{
	margin-top: 0px;
	margin-left: 2px;
	margin-right: -2px;
	margin-bottom: -1px;
	vertical-align: middle;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 85);
}
.MenuButton, 
.MenuButtonHover
{
	height: 22px;
	margin-right: 5px;
	cursor: default;
}
* html .MenuButton, 
* html .MenuButtonHover
{
}
.MenuButton
{
	background-color: transparent; 
	border: solid 1px #e3e3e3; 
}
.MenuButtonHover
{
	background-image: url(../../UI/images/menuhover_bg.gif);   
	background-color: #757495; 
	border: 1px solid #757495; 
}
.MenuButtonHover img
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 100);
}
