/*////////////////////////////////////////////BLUE MENU//////////////////////////////////////////////*/
/***************************Section Border Setting*************************/
.Office2003BlueTopGroup
{
  background-color:#A3C2F5; 
  border-width:1px; 
  border-color:#002D96; 
  border-style:solid;
  cursor:hand; 
}
/***************************Section Event Setting*************************/
.Office2003BlueTopMenuItem
{
  background-color:#A3C2F5; 
  background-image:url(images/blue_top_group_bg.gif);
  color:black; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:normal;
  direction:rtl;
  border-width:1px; 
  border-color:#A3C2F5; 
  border-style:solid;
  height:25;
  padding:2px;
  cursor:hand; 
}
.Office2003BlueTopMenuItemOver 
{
  background-image:url(images/top_group_bg.gif);
  color:black; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:normal;
  direction:rtl;
  border-width:1px; 
  border-color:#002D96; 
  border-style:solid;
  border-bottom-color:#93B5E7; 
  height:25;
  padding:2px;
  cursor:hand; 
}
.Office2003BlueTopMenuItemExpanded
{
  background-image:url(images/top_group_bg.gif);
  color:black; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:normal;
  direction:rtl;
  border-width:1px; 
  border-color:#002D96; 
  border-style:solid;
  border-bottom-color:#93B5E7; 
  height:25;
  padding:2px;
  cursor:hand; 
}
/*******************************Content And Items Border Settings*********************/
.Office2003BlueMenuGroup
{
  border-width:1px; 
  border-color:#002D96; 
  border-style:solid;
  cursor:hand; 
}
/*******************************Content And Items Event Settings*********************/
.Office2003BlueMenuItemOver 
{
  background-image:url(images/top_group_bg.gif);	
  background-color:#FFEEC2; 
  color:black; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:normal;
  direction:rtl;
/*  
  border-top-width:1;
  border-top-color:#000080;
  border-top-style:solid;
  border-bottom-width:1;
  border-bottom-color:#000080;
  border-bottom-style:solid;
*/
  height:25px;
  cursor:hand; 
}
.Office2003BlueMenuItem
{
  background-image:url(images/blue_top_group_bg.gif);
  color:black; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:normal;
  direction:rtl; 	
  height:25px;
  cursor:hand; 
 }
/*////////////////////////////////////////////GRAY MENU//////////////////////////////////////////////*/
/***************************Section Border Setting*************************/
.Office2003GrayTopGroup
{
  /*background-color:#D9D9E6; */
  border-width:0px; 
  border-color:Gray; 
  border-style:solid;
  /*width:700px;
  /*vertical-align:text-top;*/
  cursor:hand; 
}
/***************************Section Event Setting*************************/
.Office2003GrayTopMenuItem
{
  /*background-color:#D9D9E6; 
  background-image:url(images/gray_top_group_bg.gif);*/
  color:black; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:normal;
  direction:rtl;
  border-width:1px; 
  /*border-color:#D9D9E6; 
  border-style:solid;*/
  height:25;
  /*padding:2px;*/
  cursor:hand; 
}
.Office2003GrayTopMenuItemOver 
{
  background-image:url(images/top_group_bg.gif);
  color:black; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:normal;
  direction:rtl;
 /* border-width:1px; */
  border-width:0px; 
  border-color:#7C7C94; 
  border-style:solid;
  border-bottom-color:#BAB9CD; 
  height:25;
  /*padding:2px;*/
  cursor:hand; 
}
.Office2003GrayTopMenuItemExpanded
{
  background-image:url(images/top_group_bg.gif);
  color:black; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:normal;
  direction:rtl;
  border-width:0px; 
  border-color:#7C7C94; 
  border-style:solid;
  border-bottom-color:#BAB9CD; 
  height:25;
  /*padding:2px;*/
  cursor:hand; 
}
/*******************************Content And Items Border Settings*********************/
.Office2003GrayMenuGroup
{
  border-width:1px; 
  border-color:#7E7E81; 
  border-style:solid;
  cursor:hand; 
}
/*******************************Content And Items Event Settings*********************/
.Office2003GrayMenuItemOver 
{
  background-image:url(images/top_group_bg.gif);
  background-color:#FFEEC2; 
  color:black; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:normal;
  direction:rtl;
/*
  border-top-width:1;
  border-top-color:#4B4B6F;
  border-top-style:solid;
  border-bottom-width:1;
  border-bottom-color:#4B4B6F;
  border-bottom-style:solid;
*/
  height:25px;
  cursor:hand; 
}
.Office2003GrayMenuItem
{
  background-image:url(images/gray_top_group_bg.gif);
  color:black; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:normal;
  direction:rtl; 	
  height:25px;
  cursor:hand; 
 }