/* start of main nav */

.linkhome span { 
    display: none; 
}

a.linkhome:hover { 
	background: url(../images/nav/home.gif) repeat 0px 30px; 
}

a.linkhome { 
    background:url(../images/nav/home.gif) repeat 0px 0px; 
    width: 70px; 
    height: 30px; 
    display: inline-block; 
}

.linkproducts span { 
    display: none; 
}

a.linkproducts:hover { 
	background: url(../images/nav/products.gif) repeat 0px 30px; 
}

a.linkproducts { 
    background:url(../images/nav/products.gif) repeat 0px 0px; 
    width: 90px; 
    height: 30px; 
    display: inline-block; 
}

.linksoftware span { 
    display: none; 
}

a.linksoftware:hover { 
	background: url(../images/nav/software.gif) repeat 0px 30px; 
}

a.linksoftware { 
    background:url(../images/nav/software.gif) repeat 0px 0px; 
    width: 90px; 
    height: 30px; 
    display: inline-block; 
}

.linkmarkets span { 
    display: none; 
}

a.linkmarkets:hover { 
	background: url(../images/nav/markets.gif) repeat 0px 30px; 
}

a.linkmarkets { 
    background:url(../images/nav/markets.gif) repeat 0px 0px; 
    width: 90px; 
    height: 30px; 
    display: inline-block; 
}

.linksupport span { 
    display: none; 
}

a.linksupport:hover { 
	background: url(../images/nav/support.gif) repeat 0px 30px; 
}

a.linksupport { 
    background:url(../images/nav/support.gif) repeat 0px 0px; 
    width: 90px; 
    height: 30px; 
    display: inline-block; 
}

.linkcontact span { 
    display: none; 
}

a.linkcontact:hover { 
	background: url(../images/nav/contact.gif) repeat 0px 30px;
}

a.linkcontact { 
    background:url(../images/nav/contact.gif) repeat 0px 0px; 
    width: 90px; 
    height: 30px; 
    display: inline-block; 
}

/* End of main nav */

/*start of homepage nav */

.linkretailhome span { 
    display: none; 
}

a.linkretailhome:hover { 
	background: url(/images/homepage/retail.jpg) repeat 0px 150px;
}

a.linkretailhome { 
    background:url(/images/homepage/retail.jpg) repeat 0px 0px; 
    width: 200px; 
    height: 150px; 
    display: inline-block; 
}

.linktransportationhome span { 
    display: none; 
}

a.linktransportationhome:hover { 
	background: url(/images/homepage/transportation.jpg) repeat 0px 150px;
}

a.linktransportationhome { 
    background:url(/images/homepage/transportation.jpg) repeat 0px 0px; 
    width: 200px; 
    height: 150px; 
    display: inline-block; 
}

.linkentertainmenthome span { 
    display: none; 
}

a.linkentertainmenthome:hover { 
	background: url(/images/homepage/entertainment.jpg) repeat 0px 150px;
}

a.linkentertainmenthome { 
    background:url(/images/homepage/entertainment.jpg) repeat 0px 0px; 
    width: 200px; 
    height: 150px; 
    display: inline-block; 
}

.linkhospitalityhome span { 
    display: none; 
}

a.linkhospitalityhome:hover { 
	background: url(/images/homepage/hospitality.jpg) repeat 0px 150px;
}

a.linkhospitalityhome { 
    background:url(/images/homepage/hospitality.jpg) repeat 0px 0px; 
    width: 200px; 
    height: 150px; 
    display: inline-block; 
}

.linkadvertisementhome span { 
    display: none; 
}

a.linkadvertisementhome:hover { 
	background: url(/images/homepage/advertisement.jpg) repeat 0px 150px;
}

a.linkadvertisementhome { 
    background:url(/images/homepage/advertisement.jpg) repeat 0px 0px; 
    width: 200px; 
    height: 150px; 
    display: inline-block; 
}

.linkoutdoorhome span { 
    display: none; 
}

a.linkoutdoorhome:hover { 
	background: url(/images/homepage/outdoor.jpg) repeat 0px 150px;
}

a.linkoutdoorhome { 
    background:url(/images/homepage/outdoor.jpg) repeat 0px 0px; 
    width: 200px; 
    height: 150px; 
    display: inline-block; 
}

.linkeducationhome span { 
    display: none; 
}

a.linkeducationhome:hover { 
	background: url(/images/homepage/education.jpg) repeat 0px 150px;
}

a.linkeducationhome { 
    background:url(/images/homepage/education.jpg) repeat 0px 0px; 
    width: 200px; 
    height: 150px; 
    display: inline-block; 
}

/*End of homepage nav */

/*Start of Products*/
.linkstandardscreens span { 
    display: none; 
}

a.linkstandardscreens:hover { 
	background: url(/images/homepage/products/standard-screens.jpg) repeat 0px 201px;
}

a.linkstandardscreens { 
    background:url(/images/homepage/products/standard-screens.jpg) repeat 0px 0px; 
    width: 251px; 
    height: 201px; 
    display: inline-block; 
}
/*End of Products*/
