/* HOVER BOX 1 TELEVISION - adjust width height and position of box 1 here */
#hoverBox1Container {	position:absolute; z-index:9999; top:28px;	left:-5px; width:349px; }
#hoverContentInner1 { background-image:url(http://www.masconcable.ca/gfx/nav-tv-bkg.gif);  overflow:auto; height:198px; border:1px solid #0074bd; width:349px; }

/* HOVER BOX 2 INTERNET - adjust width height and position of box 2 here */
#hoverBox2Container {	position:absolute; z-index:9999; top:28px; left:165px; width:349px; }
#hoverContentInner2 { background-image:url(http://www.masconcable.ca/gfx/nav-internet-bkg.gif);  overflow:auto; height:198px; border:1px solid #f32029; width:349px; }

/* HOVER BOX 3 PHONE - adjust width height and position of box 3 here */
#hoverBox3Container {	position:absolute; z-index:9999; top:28px; left:335px; width:349px; }
#hoverContentInner3 { background-image:url(http://www.masconcable.ca/gfx/nav-phone-bkg.gif);  overflow:auto; height:198px; border:1px solid #d78404; width:349px; }

/* HOVER BOX 4 HOSTING - adjust width height and position of box 4 here */
#hoverBox4Container {	position:absolute; z-index:9999; top:28px; left:320px; width:349px; }
#hoverContentInner4 { background-image:url(http://www.masconcable.ca/gfx/nav-hosting-bkg.gif);  overflow:auto; height:198px; border:1px solid #68945a; width:349px; }

/* HOVER BOX 5 SUPPORT - adjust width height and position of box 4 here */
#hoverBox5Container {	position:absolute;	z-index:9999;	top:28px;	left:423px; width:349px;  }
#hoverContentInner5 { background-image:url(http://www.masconcable.ca/gfx/nav-support-bkg.gif);  overflow:auto; height:198px; border:1px solid #c60000; width:349px; }


/* do not edit */
#hoverBox1, #hoverBox2, #hoverBox3, #hoverBox4, #hoverBox5  { position:relative; }
.hoverTopLeft { width:5px; height:1px; background:url(/gfx/hoverbox-topleft.png) no-repeat; }
.hoverTopRight { width:5px; height:1px; background-image:url(/gfx/hoverbox-topright.png); background-repeat:no-repeat; }
.hoverBottomLeft { width:5px; height:5px;  background-image:url(/gfx/hoverbox-bottomleft.png); background-repeat:no-repeat; }
.hoverBottomRight { width:5px; height:5px; background-image:url(/gfx/hoverbox-bottomright.png); background-repeat:no-repeat; }
.hoverTop { width:1px; height:1px; background-image:url(/gfx/hoverbox-top.png); background-repeat:repeat-x;  }
.hoverRight { width:5px; background-image:url(/gfx/hoverbox-right.png); background-repeat:repeat-y;  }
.hoverBottom { height:7px; background-image:url(/gfx/hoverbox-bottom.png); background-repeat:repeat-x; }
.hoverLeft { width:5px; background-image:url(/gfx/hoverbox-left.png); background-repeat:repeat-y; }