
/* group of tabs */
#linkSet{
	
}

.li-nav-holder{
	width: 850px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}


/*Links */
.li-nav-holder ul{
	margin: 0px auto;
	text-align: center;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	zoom: 1;
}



.li-nav-holder li {
padding: 0px 0px 0px 0px;
margin: 0px 10px 0px 10px;
float: left;
}
.li-nav-holder li a{
padding: 0px 0px 0px 0px;
margin: 0px 10px 0px 10px;
}



/* style link inside tab */

/* HOME */
.li-nav-holder #home{margin: 0px 0px 0px 0px;}
.li-nav-holder #home a {
width: 55px;
height: 30px;
background-image: url(../images/elements/tabs-home.jpg);
background-repeat: no-repeat; 
display: block;
}
.li-nav-holder #home a:hover {
width: 55px;
height: 30px;
background-image: url(../images/elements/tabs-home-h.jpg);
background-repeat: no-repeat; 
display: block;
	
}


/* ABOUT */
.li-nav-holder #about{margin: 0px 0px 0px 0px}
.li-nav-holder #about a {
width: 57px;
height: 30px;
background-image: url(../images/elements/tabs-about.jpg);
background-repeat: no-repeat; 
display: block;
}
.li-nav-holder #about a:hover {
width: 57px;
height: 30px;
background-image: url(../images/elements/tabs-about-h.jpg);
background-repeat: no-repeat; 
display: block;
}


/* WEB DESIGN */
.li-nav-holder #webdesign{margin: 0px 0px 0px 0px}
.li-nav-holder #webdesign a {
width: 103px;
height: 30px;
background-image: url(../images/elements/tabs-webdesign.jpg);
background-repeat: no-repeat; 
display: block;
}
.li-nav-holder #webdesign a:hover {
width: 103px;
height: 30px;
background-image: url(../images/elements/tabs-webdesign-h.jpg);
background-repeat: no-repeat; 
display: block;
}


/* SEO */
.li-nav-holder #seo{margin: 0px 0px 0px 0px}
.li-nav-holder #seo a {
width: 44px;
height: 30px;
background-image: url(../images/elements/tabs-seo.jpg);
background-repeat: no-repeat; 
display: block;
}
.li-nav-holder #seo a:hover {
width: 44px;
height: 30px;
background-image: url(../images/elements/tabs-seo-h.jpg);
background-repeat: no-repeat; 
display: block;
}



/* WHY US */
.li-nav-holder #whyus{margin: 0px 0px 0px 0px}
.li-nav-holder #whyus a {
width: 75px;
height: 30px;
background-image: url(../images/elements/tabs-whyus.jpg);
background-repeat: no-repeat; 
display: block;
}
.li-nav-holder #whyus a:hover {
width: 75px;
height: 30px;
background-image: url(../images/elements/tabs-whyus-h.jpg);
background-repeat: no-repeat; 
display: block;
}



/* FAQ */
.li-nav-holder #faq{margin: 0px 0px 0px 0px}
.li-nav-holder #faq a {
width: 45px;
height: 30px;
background-image: url(../images/elements/tabs-faq.jpg);
background-repeat: no-repeat; 
display: block;
}
.li-nav-holder #faq a:hover {
width: 45px;
height: 30px;
background-image: url(../images/elements/tabs-faq-h.jpg);
background-repeat: no-repeat; 
display: block;
}


/* WEBSITE RESCUE */
.li-nav-holder #websiterescue{margin: 0px 0px 0px 0px}
.li-nav-holder #websiterescue a {
width: 194px;
height: 69px;
background-image: url(../images/elements/tabs-websiterescue.jpg);
background-repeat: no-repeat; 
display: block;
}
.li-nav-holder #websiterescue a:hover {
width: 194px;
height: 69px;
background-image: url(../images/elements/tabs-websiterescue-h.jpg);
background-repeat: no-repeat; 
display: block;
}



/* CONTACT */
.li-nav-holder #contact{margin: 0px 0px 0px 0px}
.li-nav-holder #contact a {
width: 68px;
height: 30px;
background-image: url(../images/elements/tabs-contact.jpg);
background-repeat: no-repeat; 
display: block;
}
.li-nav-holder #contact a:hover {
width: 68px;
height: 30px;
background-image: url(../images/elements/tabs-contact-h.jpg);
background-repeat: no-repeat; 
display: block;
}







.li-nav-holder img{

}
