/* CSS Document */
#linkHome, #linkSearch, #linkNews, #linkLinks, #linkLinkToUs, #linkFaq, #linkContact {
	left: 10px;
	border: 0px;
	width: 225px;
	height: 34px;
	position: absolute;	
	overflow: hidden;
}
#linkHome {
	top: 400px;
}
#linkHome a {
	background: url(../images/nav_home.gif) -225px 0px no-repeat;
	display: block;
	width: 225px;
	height: 34px;
}
#linkHome a:hover {
	background: url(../images/nav_home.gif) 0px 0px no-repeat;
}
#linkSearch {
	top: 434px;
}
#linkSearch a {
	background: url(../images/nav_search.gif) -225px 0px no-repeat;
	display: block;
	width: 225px;
	height: 34px;
}
#linkSearch a:hover {
	background: url(../images/nav_search.gif) 0px 0px no-repeat;
}
#linkNews {
	top: 468px;
}
#linkNews a {
	background: url(../images/nav_news.gif) -225px 0px no-repeat;
	display: block;
	width: 225px;
	height: 34px;
}
#linkNews a:hover {
	background: url(../images/nav_news.gif) 0px 0px no-repeat;
}
#linkLinks {
	top: 502px;
}
#linkLinks a {
	background: url(../images/nav_links.gif) -225px 0px no-repeat;
	display: block;
	width: 225px;
	height: 34px;
}
#linkLinks a:hover {
	background: url(../images/nav_links.gif) 0px 0px no-repeat;
}
#linkLinkToUs {
	top: 536px;
}
#linkLinkToUs a {
	background: url(../images/nav_linktous.gif) -225px 0px no-repeat;
	display: block;
	width: 225px;
	height: 34px;
}
#linkLinkToUs a:hover {
	background: url(../images/nav_linktous.gif) 0px 0px no-repeat;
}
#linkFaq {
	top: 570px;
}
#linkFaq a {
	background: url(../images/nav_faq.gif) -225px 0px no-repeat;
	display: block;
	width: 225px;
	height: 34px;
}
#linkFaq a:hover {
	background: url(../images/nav_faq.gif) 0px 0px no-repeat;
}
#linkContact {
	top: 604px;
}
#linkContact a {
	background: url(../images/nav_contact.gif) -225px 0px no-repeat;
	display: block;
	width: 225px;
	height: 34px;
}
#linkContact a:hover {
	background: url(../images/nav_contact.gif) 0px 0px no-repeat;
}