#townsmenu ul {
padding: 0 0 0 5px;
margin: 0 0 0 5px;
width: 150px;
list-style-type: none;
font-weight: bold;
}

#townsmenu li {
/* list-style-type: none; moved to <ul> */
padding: 0px 0;
margin-bottom: 1px;
font-variant: small-caps;
font-family: Georgia,'Times New Roman',Times,'Bookman Old Style','Hoefler Text',Serif;
font-size: 14px;
line-height: 25px;

}
#townsmenu li a:link, #townsmenu li a:visited{
color: #F6F5E8;
text-decoration: none;
}
#townsmenu li a:hover, #townsmenu li #current, #townsmenu li a:active{
color: #FFFFFF;
}



/*** catnav bar styles ***/
#catsmenu{
height: 20px;
padding: 8px 4px 7px 4px;
text-align: center;
font-weight: bold;
}
#catsnavlist ul
{
margin-left: 0px;
padding-left: 0px;
white-space: nowrap;
}

#catsnavlist li
{
display: inline;
list-style-type: none;
}

#catsnavlist a { padding: 3px 6px; }

#catsnavlist a:link, #catsnavlist a:visited
{
color: #F6F5E8;
text-decoration: none;
font-variant: small-caps;
font-family: Georgia,'Times New Roman',Times,'Bookman Old Style','Hoefler Text',Serif;
font-size: 12px;
}

#catsnavlist a:hover
{
color: #fff;
text-decoration: none;
}
.extramenu{
width: 100%;
height: 99%;
}
td.rightsidemenu{
font-variant: small-caps;
background: #000000;
padding: 2px 5px 0 0;
line-height: 25px;
border-bottom:1px solid #F6F5E8;
font-weight: bold;
}
td.rightsidemenu a{
font-weight: bold;
color: #F6F5E8; text-decoration: none; font-size: 115%;
font-family: Georgia,'Times New Roman',Times,'Bookman Old Style','Hoefler Text',Serif;
}
td.rightsidemenu a:hover {
color: #fff; text-decoration: none
}
td#noborder{
border-bottom:0px;
}

td.pixelspacer{
height: 1px;
}
td.topmenu a{
font-weight: bold;
color: #000000; text-decoration: none; font-size: 110%;
font-family: Georgia,'Times New Roman',Times,'Bookman Old Style','Hoefler Text',Serif;
}
td.topmenu a:hover {
color: #C0C0C0; text-decoration: none
}


/*townnames listing in black*/
#townslist ul {
padding: 0 0 0 5px;
margin: 0 0 0 5px;
list-style-type: none;
}

#townslist li {
/* list-style-type: none; moved to <ul> */
padding: 0px 0;
margin-bottom: 1px;
font-family: Georgia,'Times New Roman',Times,'Bookman Old Style','Hoefler Text',Serif;
font-size: 14px;
line-height: 25px;
font-weight: bold;
}
#townslist li a:link, #townslist li a:visited{
color: #000000;
text-decoration: none;

}
#townslist li a:hover, #townslist li #current, #townslist li a:active{
color: #003366;
}

/*articles listing in black*/
#articleslist ul {
padding: 0 0 0 5px;
margin: 0 0 0 5px;
list-style-type: none;
}

#articleslist li {
/* list-style-type: none; moved to <ul> */
padding: 0px 0;
margin-bottom: 1px;
font-variant: small-caps;
font-family: Georgia,'Times New Roman',Times,'Bookman Old Style','Hoefler Text',Serif;
font-size: 12px;
line-height: 18px;
font-weight: bold;
}
#articleslist li a:link, #articles li a:visited{
color: #003366;
text-decoration: none;

}
#articleslist li a:hover, #articles li #current, #articles li a:active{
color: #000000;
}