/* CSS Document */
/* Home Mouse Over */
a.homeLink {
	text-decoration: none;
	height: 35px;
	width: 75px;
	background-image: url(../images/nav/home.png);
	background-position: 0px 0px;
	display: block;
}
a.homeLink:visited {
}
a.homeLink:active {
}
a.homeLink:hover {
	text-decoration: none;
	height: 35px;
	width: 75px;
	background-image: url(../images/nav/home.png);
	background-position: 0px 35px;		
}

/* info Mouse Over */
a.infoLink {
	text-decoration: none;
	height: 35px;
	width: 55px;
	background-image: url(../images/nav/info.png);
	background-position: 0px 0px;
	display: block;
}
a.infoLink:visited {
}
a.infoLink:active {
}
a.infoLink:hover {
	text-decoration: none;
	height: 35px;
	width: 55px;
	background-image: url(../images/nav/info.png);
	background-position: 0px 35px;		
}

/* Contacts Mouse Over */
a.contactsLink {
	text-decoration: none;
	height: 35px;
	width: 116px;
	background-image: url(../images/nav/contacts.png);
	background-position: 0px 0px;
	display: block;
}
a.contactsLink:visited {
}
a.contactsLink:active {
}
a.contactsLink:hover {
	text-decoration: none;
	height: 35px;
	width: 116px;
	background-image: url(../images/nav/contacts.png);
	background-position: 0px 35px;		
}

/* aboutus Mouse Over */
a.aboutusLink {
	text-decoration: none;
	height: 35px;
	width: 121px;
	background-image: url(../images/nav/aboutus.png);
	background-position: 0px 0px;
	display: block;
}
a.aboutusLink:visited {
}
a.aboutusLink:active {
}
a.aboutusLink:hover {
	text-decoration: none;
	height: 35px;
	width: 121px;
	background-image: url(../images/nav/aboutus.png);
	background-position: 0px 35px;		
}

.navbarContainer {
	line-height: 35px;
	height: 35px;
	width: 433px;
	left: 290px;
	top: 225px;
	position: absolute;
}
.navbarbox1 {
	line-height: 35px;
	height: 35px;
	left: 0px;
	top: 0px;
	position: absolute;
}
.navbarbox2 {
	line-height: 35px;
	height: 35px;
	left: 97px;
	top: 0px;
	position: absolute;
}
.navbarbox3 {
	line-height: 35px;
	height: 35px;
	left: 174px;
	top: 0px;
	position: absolute;
}
.navbarbox4 {
	line-height: 35px;
	height: 35px;
	left: 312px;
	top: 0px;
	position: absolute;
}

