.chromestyle{
width: ;
height: 22px;
font-weight: bold;
text-decoration:none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
text-decoration:none;
visibility: hidden;
}

.chromestyle ul{
border: 0px;
background: url (IMAGES/) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-decoration:none;
text-align: left; /*set value to "left", "center", or "right"*/
}

.link1{
border: 0px;
width: 205px;
background: url(townshipweb_01.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}
.link1 a{
text-decoration:none;
}

.link2{
border: 0px;
width: 58px;
text-decoration:none;
background: url(townshipweb_02.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}
.link2 a{
text-decoration:none;
}

.link3{
border: 0px;
width: 79px;
text-decoration:none;
background: url(townshipweb_03.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}
.link3 a{
text-decoration:none;
}

.link4{
border: 0px;
width: 71px;
text-decoration:none;
background: url(townshipweb_04.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}
.link4 a{
text-decoration:none;
}

.link5{
border: 0px;
width: 66px;
text-decoration:none;
background: url(townshipweb_05.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}
.link5 a{
text-decoration:none;
}

.link6{
border: 0px;
width: 66px;
text-decoration:none;
background: url(townshipweb_06.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}
.link6 a{
text-decoration:none;
}

.link7{
border: 0px;
width: 71px;
text-decoration:none;
background: url(townshipweb_07.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}
.link7 a{
text-decoration:none;
}

.link8{
border: 0px;
width: 83px;
text-decoration:none;
background: url(townshipweb_08.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}
.link8 a{
text-decoration:none;
}

.link9{
border: 0px;
width: 179px;
text-decoration:none;
background: url(townshipweb_09.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}
.link9 a{
text-decoration:none;
}

.chromestyle ul li{
display: inline;
text-decoration:none;
}

.chromestyle ul li a{
color: #494949;
padding: 0px 0px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
text-decoration:none;
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
text-decoration:none;
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:1;
background-color: #ccd6e0;
visibility: hidden;
width:180px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration:none;
color: white;
background-color: #7c98ae;
}