html, body{margin:0 0 0 0}

/* LHS Menu */

/* Home button */

.menuHome a {
	display:block;
	width: 221px;
	height: 47px;
	background: url("../images/menu/home-complete.jpg") 0 0 no-repeat;
	}
.menuHome a:hover { 
	background-position: 0 -47px;
	}
.menuHome a:active {
	background-position: 0 -94px;
	}


/* About Us button */

.menuAboutUs a {
	display:block;
	width: 221px;
	height: 47px;
	background: url("../images/menu/about-us-complete.jpg") 0 0 no-repeat;
	}
.menuAboutUs a:hover { 
	background-position: 0 -47px;
	}
.menuAboutUs a:active {
	background-position: 0 -94px;
	}

/* News button */

.menuNews a {
	display:block;
	width: 221px;
	height: 47px;
	background: url("../images/menu/news-complete.jpg") 0 0 no-repeat;
	}
.menuNews a:hover { 
	background-position: 0 -47px;
	}
.menuNews a:active {
	background-position: 0 -94px;
	}


/* Products button */

.menuProducts a {
	display:block;
	width: 221px;
	height: 47px;
	background: url("../images/menu/products-complete.jpg") 0 0 no-repeat;
	}
.menuProducts a:hover { 
	background-position: 0 -47px;
	}
.menuProducts a:active {
	background-position: 0 -94px;
	}


/* Services button */

.menuServices a {
	display:block;
	width: 221px;
	height: 47px;
	background: url("../images/menu/services-complete.jpg") 0 0 no-repeat;
	}
.menuServices a:hover { 
	background-position: 0 -47px;
	}
.menuServices a:active {
	background-position: 0 -94px;
	}


/* Business Partners button */

.menuBusinessPartners a {
	display:block;
	width: 221px;
	height: 47px;
	background: url("../images/menu/business-partners-complete.jpg") 0 0 no-repeat;
	}
.menuBusinessPartners a:hover { 
	background-position: 0 -47px;
	}
.menuBusinessPartners a:active {
	background-position: 0 -94px;
	}


/* Costs button */

.menuCosts a {
	display:block;
	width: 221px;
	height: 47px;
	background: url("../images/menu/costs-complete.jpg") 0 0 no-repeat;
	}
.menuCosts a:hover { 
	background-position: 0 -47px;
	}
.menuCosts a:active {
	background-position: 0 -94px;
	}

	
/* Technical Papers button */

.menuTechnicalPapers a {
	display:block;
	width: 221px;
	height: 47px;
	background: url("../images/menu/technical-papers-complete.jpg") 0 0 no-repeat;
	}
.menuTechnicalPapers a:hover { 
	background-position: 0 -47px;
	}
.menuTechnicalPapers a:active {
	background-position: 0 -94px;
	}


/* Links button */

.menuLinks a {
	display:block;
	width: 221px;
	height: 47px;
	background: url("../images/menu/links-complete.jpg") 0 0 no-repeat;
	}
.menuLinks a:hover { 
	background-position: 0 -47px;
	}
.menuLinks a:active {
	background-position: 0 -94px;
	}
	

/* Info button */

.menuInfo a {
	display:block;
	width: 221px;
	height: 47px;
	background: url("../images/menu/info-complete.jpg") 0 0 no-repeat;
	}
.menuInfo a:hover { 
	background-position: 0 -47px;
	}
.menuInfo a:active {
	background-position: 0 -94px;
}


/* Contact Us button */

.menuContactUs a {
	display:block;
	width: 218px;
	height: 46px;
	background: url("../images/menu/contact-us-complete.jpg") 0 0 no-repeat;
	}
.menuContactUs a:hover { 
	background-position: 0 -47px;
	}
.menuContactUs a:active {
	background-position: 0 -94px;
	}
	
/* Main Body */

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #333333;
	padding-top:10px; padding-right:8px; padding-bottom:0px; padding-left:4px;
	}

.bodyText a {font-family:Verdana; font-size:15px; text-decoration:underline; color:#525254;} 

.bodyText a:hover{text-decoration:underline; color:#000000;}
