.chromestyle    { font-weight: bold; text-align: center; width: 760px }

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul  { background: url(images/webdesign/2chromebg.gif) repeat-x center; text-align: center; margin: 0; padding: 4px 0; border: solid 1px #bbb; width: 100% }

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a { color: #494949; font-family: "Times New Roman", Georgia, Times; text-decoration: none; margin: 0; padding: 4px 7px; border-right: 1px solid #dadada }

.chromestyle ul li a:hover   { color: #494949; background: url(images/webdesign/greenchrome.jpg) repeat-x center }

.chromestyle ul li a[rel]:after { }


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv  { color: #aaa; font: 13px/18px "Times New Roman", Times, Georgia; background-color: white; border-style: solid; border-width: 1px 1px 0 1px; border-color: #bbb; position: absolute; z-index: 100; top: 0; width: auto; visibility: hidden; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4) }


.dropmenudiv a { font-weight: bold; text-decoration: none; text-indent: 3px; padding: 2px 0; border-bottom: 1px solid #bbb; width: auto; display: block }

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
.tabletext { font-size: 12pt; line-height: 18px; font-family: Arial }

