Body, td {
scrollbar-3d-light-color:#CDC3B9;
scrollbar-arrow-color:#CDC3B9;
scrollbar-base-color:#CDC3B9;
scrollbar-dark-shadow-color:#CDC3B9;
scrollbar-face-color:#3B3128;
scrollbar-highlight-color:#3B3128;
scrollbar-track-color:#3B3128; 
scrollbar-shadow-color:#3B3128;
font-family: Verdana, arial, sans-serif;
font-weight: bold;
font-size: 16px;
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: #FFFAFA;
font-weight: bold;
text-decoration: underline;
}
textarea, select, input, object {
font-family: Verdana, arial, helvetica, sans-serif; 
font-size: 16px; 
font-weight: bold; 
background-color: #3B3128; 
color: #FFFFFF;
border: 1px solid #CDC3B9;
}

.divborder {
background-image: url(http://ljbdesigns.net/bgrounds/LJB_Designs_StripesBG.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 #CDC3B9;
width: 100%;
background-color: #3B3128;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 14px Verdana;
}


#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: #FFFAFA;
}

#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 #CDC3B9; /*Theme Change here*/
border-bottom-width: 0;
font:normal 14px Verdana;
line-height:18px;
z-index:100;
background-color: #3B3128;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CDC3B9; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #3B3128;
}