/*start of navigation*/
#navCS {
	width:783px;
	height:100px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#navigationCS {
	width: 783px;
	height: 100px;
	background-repeat: no-repeat;
}
#navigationCS ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#navigationCS li {
	display: inline;
}
/*could switch the text-decoration action between hover and link*/
#navigationCS li a {
	float: left; 
	display:block;
	width: 250px;
	height: 100px;
	text-decoration: none;	
}
#navigationCS a:hover {
	text-decoration: underline;
	
}
.imgButton {
	width: 250px;
	height: 100px;
	float:left;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 1px;
	background-image: url(../images/bg_emailer_header250w.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: text-bottom;
}
.imgButton a:link {
	background-image: url(../images/bg_emailer_header250w.gif);	
	text-decoration: none;
}
.imgButton a:hover {
	/*background-image: url(../images/buttonTabHoverOrange.jpg);*/
	background-repeat: no-repeat;
	text-decoration: underline;
}


#imgButton3 {
	width: 249px;
	height: 58px;
	float:left;
	margin-right:1px;
	background-image: url(../images/bg_emailer_header250w.gif);
	background-repeat: no-repeat;
}
#imgButton3 a:link {
	background-image: url(../images/bg_emailer_header250w.gif);	
}
#imgButton3 a:hover {
	/*background-image: url(../images/buttonTabHoverOrange.jpg);*/
	background-repeat: no-repeat;
}

#imgButton2 {
	width: 249px;
	height: 58px;
	float:left;
	margin-right:1px;
	background-image: url(../images/bg_emailer_header250w.gif);
	background-repeat: no-repeat;
}
#imgButton2 a:link {
	background-image: url(../images/bg_emailer_header250w.gif);	
}
#imgButton2 a:hover {
	/*background-image: url(../images/buttonTabHoverOrange.jpg);*/
	background-repeat: no-repeat;
}
#imgButton1 {
	width: 249px;
	height: 58px;
	float:left;
	margin-right:1px;
	background-image: url(../images/bg_emailer_header250w.gif);
	background-repeat: no-repeat;
}
#imgButton1 a:link {
	background-image: url(../images/bg_emailer_header250w.gif);	
}
#imgButton1 a:hover {
	/*background-image: url(../images/buttonTabHoverOrange.jpg);*/
	background-repeat: no-repeat;
}