@charset "utf-8";
/* CSS Document */
body {
    font-family: helvetica;
}

#navigation {
  list-style: none;
}

#navigation div {
  float: left;
}

#navigation a * {
  display: none;
}

#navigation a,
#navigation a .hover {
  height: 53px;
  
	position: relative;
	display: block;
	background: url(http://images.acswebnetworks.com/1/1723/r_column_sprite.jpg) 0 0 no-repeat;
}

<!--rightone-->

#rightone div {
  float: left;
}

#rightone a * {
  display: none;
}

#rightone a,
#rightone a .hover {
  height: 53px;
	position: relative;
	display: block;
	background: url(http://images.acswebnetworks.com/1/1723/top_right.jpg) 0 0 no-repeat;
}

/*left2*/

#lefttwo div {
  float: left;
}

#lefttwo a * {
  display: none;
}

#lefttwo a,
#lefttwo a .hover {
  height: 53px;
	position: relative;
	display: block;
	background: url(http://images.acswebnetworks.com/1/1723/left2.jpg) 0 0 no-repeat;
}

/*right2*/

#rightsecond div {
  float: left;
}

#rightsecond a * {
  display: none;
}

#rightsecond a,
#rightsecond a .hover {
  height: 53px;
	position: relative;
	display: block;
	background: url(http://images.acswebnetworks.com/1/1723/right_2.jpg) 0 0 no-repeat;
}
/*left 3*/
#leftthird div {
  float: left;
}

#leftthird a * {
  display: none;
}

#leftthird a,
#leftthird a .hover {
  height: 53px;
	position: relative;
	display: block;
	background: url(http://images.acswebnetworks.com/1/1723/left3.jpg) 0 0 no-repeat;
}

/*right 3*/
#rightthird div {
  float: left;
}

#rightthird a * {
  display: none;
}

#rightthird a,
#rightthird a .hover {
  height: 53px;
	position: relative;
	display: block;
	background: url(http://images.acswebnetworks.com/1/1723/rightthree.jpg) 0 0 no-repeat;
}


/*left 4*/
#leftfour div {
  float: left;
}

#leftfour a * {
  display: none;
}

#leftfour a,
#leftfour a .hover {
  height: 53px;
	position: relative;
	display: block;
	background: url(http://images.acswebnetworks.com/1/1723/left4.jpg) 0 0 no-repeat;
}

/*right 4*/
#rightfour div {
  float: left;
}

#rightfour a * {
  display: none;
}

#rightfour a,
#rightfour a .hover {
  height: 53px;
	position: relative;
	display: block;
	background: url(http://images.acswebnetworks.com/1/1723/right4.jpg) 0 0 no-repeat;
}
/* individual navigation items */
#navigation a.topleft {
  background-position: 0 -53px;
  width: 100px;
}

#navigation .highlight a.topleft:hover,
#navigation a.topleft .hover {
  background-position: 0 0;
  width: 100px;
}

#rightone a.topright {
  background-position: 0 -53px;
  width: 100px;
}

#rightone .highlight a.topright:hover,
#rightone a.topright .hover {
  background-position: 0 0;
  width:100px;
}

/*left two*/
#lefttwo a.secondleft {
  background-position: 0 -53px;
  width: 100px;
}

#lefttwo .highlight a.secondleft:hover,
#lefttwo a.secondleft .hover {
  background-position: 0 0;
width:100px;
}


/*right two*/
#rightsecond a.secondright {
  background-position: 0 -53px;
  width: 100px;
}

#rightsecond .highlight a.secondright:hover,
#rightsecond a.secondright .hover {
  background-position: 0 0;
width:100px;
}

/*right two*/
#leftthird a.thirdleft {
  background-position: 0 -53px;
  width: 100px;
}

#leftthird .highlight a.thirdleft:hover,
#leftthird a.secondright .thirdleft {
  background-position: 0 0;
width:100px;
}
/*right third*/
#rightthird a.thirdright {
  background-position: 0 -53px;
  width: 100px;
}

#rightthird .highlight a.thirdright:hover,
#rightthird a.thirdright .thirdright {
  background-position: 0 0;
width:100px;
}

/*left four*/
#leftfour a.fourleft {
  background-position: 0 -53px;
  width: 100px;
}

#leftfour .highlight a.fourleft:hover,
#leftfour a.fourleft .fourleft {
  background-position: 0 0;
width:100px;
}


/*right four*/
#rightfour a.fourright {
  background-position: 0 -53px;
  width: 100px;
}

#rightfour .highlight a.fourright:hover,
#rightfour a.fourright .fourright {
  background-position: 0 0;
width:100px;
}



