Body, td {
scrollbar-3d-light-color:#69729D;
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color:#69729D;
scrollbar-dark-shadow-color:#69729D;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-track-color:#69729D; 
scrollbar-shadow-color:#69729D;
font-family: garamond, garamond, garamond;
font-weight: bold;
font-size: 14px;
color: #FFFFFF;
text-decoration: none;
}
a:link {
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}
a:visited {
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}
a:hover {
color: #FFDEAD;
font-weight: bold;
text-decoration: underline;
}
textarea, select, input, object {
font-family: garamond, garamond, garamond, garamond; 
font-size: 14px; 
font-weight: bold; 
background-color: #69729D; 
color: #FFFFFF;
border: 1px solid #FFDEAD;
}

.divborder {
background-image: url(http://ljbdesigns.net//Blue_Wolf/images/Blue_Wolf_DiamondGlassBG.jpg);
padding: 6px 1px 6px 1px;
}

#chromemenu{
width: 100%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #FFDEAD;
width: 100%;
background-color: #69729D;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 16px garamond;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #FFFFFF;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
}

#chromemenu ul li a:hover{
color: #FFDEAD;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #3e7588; /*Theme Change here*/
border-bottom-width: 0;
font:normal 16px garamond;
line-height:12px;
z-index:100;
background-color: #69729D;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFDEAD; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #69729D;
}