#mainNav ul {
    margin:0;
    padding:0;
    list-style-type:none;
}

#mainNav ul li{
    display: inline;
    float: right;
    margin:0;
    padding:0;
}

#homeTab a:link, #homeTab a:visited {
    background-image: url("../images/Menu-Home.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display:block;
    margin:0;
    padding:0;
    width:99px;
    height:26px;
}

#homeTab a:hover {
    background-image: url("../images/Menu-Home.png");
    background-repeat: no-repeat;
    background-position: 0px -48px;
    display:block;
    margin:0;
    padding:0;
    width:99px;
    height:26px;
}

#homeTab #current {
    background-image: url("../images/Menu-Home.png");
    background-repeat: no-repeat;
    background-position: 0px -96px;
    display:block;
    margin:0;
    padding:0;
    width:99px;
    height:26px;
} 

#servicesTab a:link, #servicesTab a:visited {
    background-image: url("../images/Menu-Services.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display:block;
    margin:0;
    padding:0;
    width:99px;
    height:26px;
}

#servicesTab a:hover {
    background-image: url("../images/Menu-Services.png");
    background-repeat: no-repeat;
    background-position: 0px -48px;
    display:block;
    margin:0;
    padding:0;
    width:99px;
    height:26px;
}

#servicesTab #current {
    background-image: url("../images/Menu-Services.png");
    background-repeat: no-repeat;
    background-position: 0px -96px;
    display:block;
    margin:0;
    padding:0;
    width:99px;
    height:26px;
} 

#productsTab a:link, #productsTab a:visited {
    background-image: url("../images/Menu-Products.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display:block;
    margin:0;
    padding:0;
    width:99px;
    height:26px;
}

#productsTab a:hover {
    background-image: url("../images/Menu-Products.png");
    background-repeat: no-repeat;
    background-position: 0px -48px;
    display:block;
    margin:0;
    padding:0;
    width:99px;
    height:26px;
}

#productsTab #current {
    background-image: url("../images/Menu-Products.png");
    background-repeat: no-repeat;
    background-position: 0px -96px;
    display:block;
    margin:0;
    padding:0;
    width:99px;
    height:26px;
} 

#aboutTab a:link, #aboutTab a:visited {
    background-image: url("../images/Menu-About.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display:block;
    margin:0;
    padding:0;
    width:99px;
    height:26px;
}

#aboutTab a:hover {
    background-image: url("../images/Menu-About.png");
    background-repeat: no-repeat;
    background-position: 0px -48px;
    display:block;
    margin:0;
    padding:0;
    width:99px;
    height:26px;
}

#aboutTab #current {
    background-image: url("../images/Menu-About.png");
    background-repeat: no-repeat;
    background-position: 0px -96px;
    display:block;
    margin:0;
    padding:0;
    width:99px;
    height:26px;
} 

#contactTab a:link, #contactTab a:visited {
    background-image: url("../images/Menu-Contact.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display:block;
    margin:0;
    padding:0;
    width:99px;
    height:26px;
}

#contactTab a:hover {
    background-image: url("../images/Menu-Contact.png");
    background-repeat: no-repeat;
    background-position: 0px -48px;
    display:block;
    margin:0;
    padding:0;
    width:99px;
    height:26px;
}

#contactTab #current {
    background-image: url("../images/Menu-Contact.png");
    background-repeat: no-repeat;
    background-position: 0px -96px;
    display:block;
    margin:0;
    padding:0;
    width:99px;
    height:26px;
} 

.noShow {
    display: none;
}

.colhdr {
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}

.normalbody {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.btext {
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 0px;
	text-align: left;
	padding-bottom: 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.ftext {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	text-align: left;
	padding-bottom: 0px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.pghdr {
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-bottom: 10px;
}

.banner {
        float: left;
        font-style: italic;
        font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 28pt;
        padding-top: 60px;
        margin-left: 160px;
        color:white;
}

.list-a {
   list-style-image: url("../images/BlueBullet1.png"); 
   list-style-type:disc;
}

.list-b { 
   list-style-image: url("../images/BlueBullet2.png"); 
   list-style-type:circle;
}

.list-c { 
   list-style-image: url("../images/BlueBullet3.png"); 
   list-style-type:square;
}

