#ACN
{
  width: 90px;
  height: 34px;
  background: url("../images/menu/1.jpg") no-repeat 0 0;
  cursor: pointer;
  float:left;
}
#ACN:hover
{ 
  background: url("../images/menu/1b.jpg") no-repeat 0 0;
}
#ACN span
{
  display: none;
}
#Commercial
{
  width: 125px;
  height: 34px;
  cursor: pointer;
  background: url("../images/menu/3.jpg") no-repeat 0 0;
  float:left;
}
#Commercial:hover
{ 
   background: url("../images/menu/3b.jpg") no-repeat 0 0;
}
#Commercial span
{
  display: none;
}
#Packages
{
  width: 123px;
  height: 34px;
  cursor: pointer;
  background: url("../images/menu/2.jpg") no-repeat 0 0;
  float:left;
}
#Packages:hover
{ 
   background: url("../images/menu/2b.jpg") no-repeat 0 0;
}
#Packages span
{
  display: none;
}
#Locals
{
  width: 133px;
  height: 34px;
  cursor: pointer;
  background: url("../images/menu/4.jpg") no-repeat 0 0;
  float:left;
}
#Locals:hover
{ 
    background: url("../images/menu/4b.jpg") no-repeat 0 0;
}
#Locals span
{
  display: none;
}
#Equipment
{
  width: 95px;
  height: 34px;
  cursor: pointer;
  background: url("../images/menu/5.jpg") no-repeat 0 0;
  float:left;
}
#Equipment:hover
{ 
    background: url("../images/menu/5b.jpg") no-repeat 0 0;
}
#Equipment span
{
  display: none;
}
#HD
{
  width: 49px;
  height: 34px;
  cursor: pointer;
  background: url("../images/menu/6.jpg") no-repeat 0 0;
  float:left;
}
#HD:hover
{ 
  background: url("../images/menu/6b.jpg") no-repeat 0 0;
}
#HD span
{
  display: none;
}
#DVR
{
  width: 49px;
  height: 34px;
  cursor: pointer;
  background: url("../images/menu/7.jpg") no-repeat 0 0;
  float:left;
}
#DVR:hover
{ 
  background: url("../images/menu/7b.jpg") no-repeat 0 0;
}
#DVR span
{
  display: none;
}
#OrderMenu
{
  width: 106px;
  height: 34px;
  cursor: pointer;
  background: url("../images/menu/8.jpg") no-repeat 0 0;
  float:left;
}
#OrderMenu span
{
  display: none;
}
#OrderButton
{
  display: block;
  width: 320px;
  height: 36px;
  background: url("../images/index/submit.gif") no-repeat 0 0;
  float:left;
}
#OrderButton:hover
{ 
  background-position: 0 -36px;
}
#OrderButton span
{
  display: none;
}
#OrderBanner
{
  display: block;
  width: 638px;
  height: 41px;
  background: url("../images/index/main_offer_4a.jpg") no-repeat 0 0;
  margin-top: -44px;
}
#MiniOrder
{
  display: block;
  width: 88px;
  height: 23px;
  background: url("../images/index/mini_order.jpg") no-repeat 0 0;
  text-align :center;
}
#MiniOrder:hover
{ 
  background-position: 0 -23px;
}
#MiniOrder span
{
  display: none;
}
#disclaimer
{
  width: auto;	
  text-align: left;
  color: white;
  font-size: 10px;
  float: left;
}
#header
{
	width: 770px;
	
	}


#menu{ position: absolute; margin:0; width: 123px;}
#menu ul{list-style:none;}
#menu ul .top{cursor: pointer; background: url(../images/menu/2.jpg) no-repeat; width: 123px;height: 34px;}
#menu ul .top:hover{cursor: pointer; background: url(../images/menu/2b.jpg) no-repeat; width: 123px;height: 34px;}
#menu ul .item{display:none;cursor: pointer; height: 28px;}
#menu ul:hover .item{display:block;background:#000; width: 123px;height: 34px;padding:0px;margin:0px; cursor: pointer; background: url(../images/menu/intl.jpg) no-repeat;}

.clear{width:123px;clear:right;}
