.MenuGroup
{
	font-family: TAHOMA; background-color: #FFFFFF;
}

.MenuItem
{
  color:#0e144e;
  font-family:TAHOMA; 
  font-size:11px;
  font-weight:bold;
  cursor:hand;
  text-decoration:none;
  background-image:url(/Web/images/bg_linemenu_0.jpg);
  background-repeat:no-repeat;   
  border-right:1 solid #d9d9d9;   
  border-left:0 solid #d9d9d9;     
  height: 34px;
  background-position:left right;  
}

.MenuItemHover
{  
  color:#FACB59;
  font-family:TAHOMA; 
  font-size:11px;
  font-weight:bold;
  cursor:hand;
  text-decoration: none;
  background-image:url(/Web/images/bg_linemenu_1.jpg);  
  background-repeat:repeat-x;
  background-position:left right;
  border-right:1 solid #d9d9d9; 
  border-left:0 solid #d9d9d9;   
  height: 34px;   
}

.MenuItemSe
{
  color:#000000;     
  font-family:TAHOMA; 
  font-size:11px; 
  cursor:hand;  
  background-image:url(/Web/images/bg_linemenu_0.jpg);  
  background-repeat: no-repeat;
  background-position:left right;  
  text-decoration: none;
  border-right:1 solid #d9d9d9; 
  border-left:0 solid #d9d9d9;   
  height: 34px;   
}

.MenuItemHoverSe
{
  color:#000000; 
  background-image:url(/Web/images/bg_linemenu_1.jpg);
  background-repeat: repeat-x;  
  font-family:TAHOMA; 
  font-size:11px; 
  cursor:hand;  
  height: 34px;
  background-position:left right;
  text-decoration: none;
  border-right:1 solid #d9d9d9; 
  border-left:0 solid #d9d9d9;   
}

.MenuItemChild
{
  background-image:url(/Web/images/bg_linemenu_0.jpg);
  color:#000000;  
  font-family:TAHOMA; 
  text-align:left;
  font-size:11px; 
  cursor:hand;
  height: 24px;
  width: 75px;
  font-weight:bold; 
}

.MenuItemHoverChild
{
  background-image:url(/Web/images/bg_linemenu_1.jpg);
  color:#FACB59; 
  font-family:TAHOMA;
  text-align:left; 
  font-size:11px; 
  cursor:hand;
  height: 24px;
  font-weight:bold;
}

.MenuItemHome
{
  color:#FFFFFF;
  background-image:url(/Web/images/bg_linemenu_0.jpg);
  background-repeat: no-repeat;
  background-position: 12px 6px;
  font-family:TAHOMA; 
  font-size:11px; 
  cursor:hand;
  height: 20px;
  text-decoration: underline;
}

.MenuItemHoverHome
{
  color:#3D3D3D;
  background-image:url(/Web/images/bg_linemenu_1.jpg);
  background-repeat: no-repeat;
  background-position: 12px 6px;
  font-family:TAHOMA; 
  font-size:11px; 
  cursor:hand;
  height: 20px;
  text-decoration: underline;
}
