	#mapWrap {
height: auto;
width: 275px;
margin: 0 0 0 25px;
font-family: verdana, sans-serif;
}

#mapBody {
height: 225px;
width: 275px;
border: 1px solid #ECB968; /* TVR orange */
}

#mapMenu {	
height: 25px;
width: 275px;
border: 1px solid #ECB968; /* TVR orange */
border-top: none;
}

#stateMapBut, #countyMapBut, #cityMapBut {
float: left;
}


#stateMapBut a {
background: url(../images/stateMapBut.jpg);
width:91px;
height: 25px;
display: block;
border-right: 1px solid #ECB968; /* TVR orange */
}

#stateMapBut a:hover {
background: url(../images/stateMapBut_over.jpg);
}

#countyMapBut a {
background: url(../images/countyMapBut.jpg);
width:91px;
height: 25px;
display: block;
border-right: 1px solid #ECB968; /* TVR orange */
}

#countyMapBut a:hover {
background: url(../images/countyMapBut_over.jpg);
}

#cityMapBut a {
background: url(../images/cityMapBut.jpg);
width:91px;
height: 25px;
display: block;
}

#cityMapBut a:hover {
background: url(../images/cityMapBut_over.jpg);
}
