﻿/* This is the roll over css page for Go2ITGroup.com
   Design by Go2IT Group Website Solutions
   Last Updated: Nov 11, 2009 */
   
/* Sections Containing CSS Roll Overs:

   Site wide (Login and PC tech portal Boxes)
   MSP Menus */
   

/* *******************************************************************************************************
 * MSP Section menu                                                                                      *
 ********************************************************************************************************* */
 
 a.rollover {
    display: block;
    width: 85px;
    height: 47px;
    text-decoration: none;
    background: url('../go2itimages/overview1.png');
    }
a.rollover:hover {
    background-position: -85px 0;
    }
.displace {
    position: absolute;
    left: -5000px;
    }
a.rollover1 {
    display: block;
    width: 52px;
    height: 47px;
    text-decoration: none;
    background: url('../go2itimages/basic1.png');
    }
a.rollover1:hover {
    background-position: -52px 0;
    }
.displace1 {
    position: absolute;
    left: -5000px;
    }
a.rollover2 {
    display: block;
    width: 86.5px;
    height: 47px;
    text-decoration: none;
    background: url('../go2itimages/advanced1.png');
    }
a.rollover2:hover {
    background-position: -86px 0;
    }
.displace2 {
    position: absolute;
    left: -5000px;
    }
a.rollover3 {
    display: block;
    width: 69px;
    height: 47px;
    text-decoration: none;
    background: url('../go2itimages/signature1.png');
    }
a.rollover3:hover {
    background-position: -69px 0;
    }
.displace3 {
    position: absolute;
    left: -5000px;
    }

/* *******************************************************************************************************
 * Site Wide Client Login and PC Tech Portal                                                             *
 ********************************************************************************************************* */
a.rollover4 {
    display: block;
    width: 83.5px;
    height: 51px;
    text-decoration: none;
    background: url('../go2itimages/clientloginuse.png');
    }
a.rollover4:hover {
    background-position: -83px 0;
    }
.displace4 {
    position: absolute;
    left: -5000px;
    }
a.rollover6 {
    display: block;
    width: 83.5px;
    height: 51px;
    text-decoration: none;
    background: url('../go2itimages/techportal.png');
    }
a.rollover6:hover {
    background-position: -83px 0;
    }
.displace6 {
    position: absolute;
    left: -5000px;
    }









