/* Economic Development Stylesheet 3/30/2010 m2 */
body {
 padding:0;
 margin:0;
 font:Arial, Helvetica, sans-serif;
 }
/* ---------------------------------- TITLE BAR STYLES */
.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(/economic-development/graphics/tbcpcion.gif) no-repeat;
white-space: nowrap;
display: block;
width: 240px;
height: 18px;
margin: 0;
padding: 0;
}
.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 240px;
height: 18px;
display: block;
float: left;
color: black;
text-decoration: none;
}
.cssnav img
{
width: 240px;
height: 18px;
border: 0;
}
* html a:hover
{
visibility:visible;
}
.cssnav a:hover img
{
visibility:hidden;
}


