#topNav {
width: 760px;
height: 28px;
background-color: #006699;
}
#topNav ul{
 list-style-type: none;
 display: inline;
}

#topNav ul ul{
 list-style-type: none;
}
#topNav a:hover{
border: none;
}

#topNav ul ul ul{
 list-style-type: none;
}

#topNav li {
	display: inline /* :KLUDGE:  Removes large gaps in  IE/Win */
}
#about a{
float: left;
width: 152px;
height: 28px;
background-image: url(../images/about.png);
font-size: 0px;
}

#about a:hover{
float: left;
width: 152px;
height: 28px;
background-position:0px -28px;
border: none;
}

#equipping a{
float: left;
width: 152px;
height: 28px;
background-image: url(../images/equipping.png);
font-size: 0px;
}

#equipping a:hover{
float: left;
width: 152px;
height: 28px;
background-position:0px -28px;
}

#caring a{
float: left;
width: 152px;
height: 28px;
background-image: url(../images/caring.png);
font-size: 0px;
}

#caring a:hover{
float: left;
width: 152px;
height: 28px;
background-position:0px -28px;
}


#involved a{
float: left;
width: 152px;
height: 28px;
background-image: url(../images/involved.png);
font-size: 0px;
}

#involved a:hover{
float: left;
width: 152px;
height: 28px;
background-position:0px -28px;
}

#contact a{
float: left;
width: 152px;
height: 28px;
background-image: url(../images/contact.png);
font-size: 0px;
}

#contact a:hover{
float: left;
width: 152px;
height: 28px;
background-position:0px -28px;
}
