.chromestyle { color: #690; font-weight: normal; width: 99% }

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul  { background-color: transparent; background-repeat: repeat-x; 
background-attachment: scroll; background-position: left center; text-align: left; 
margin: 0; padding: 4px 0; width: 100%; border: solid 1px #bbb }

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a, .chromestyle ul li a:visited, .chromestyle ul li a:active, .chromestyle ul li a:link { color: #690; font-weight: bold; text-decoration: none; margin: 0; padding: 4px 7px; border-right: 1px solid #dadada }

.chromestyle ul li a:hover { background-color: #f0f0f0 }

.chromestyle ul li a[rel]:after {  content: " " }


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a, .dropmenudiv a:visited, .dropmenudiv a:active, .dropmenudiv a:link { color: #690; font-weight: normal; text-decoration: none; text-indent: 3px; display: block; padding: 2px 0; width: auto; border-bottom: 1px solid #bbb }

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

.TDBorder  { background-color: white; border-top: 1px solid #ada8a8; border-bottom: 1px solid #ada8a8 }
