body {

scrollbar-3d-light-color: #cabaab;
scrollbar-arrow-color:#cabaab;
scrollbar-base-color:#cabaab;
scrollbar-dark-shadow-color:#cabaab;
scrollbar-face-color: #cabaab;
scrollbar-highlight-color: #cabaab;
scrollbar-track-color:#cabaab; 
scrollbar-shadow-color:#FFFFFF;
font-family: tahoma, arial, sans-serif;
font-size: 14px;
color: #000000;
text-decoration: none;
}
a:link {
color: #000000;
text-decoration: underline;
}
a:visited {
color: #000000;
text-decoration: underline;
}
a:hover {
color: #000000;
text-decoration: underline;
}
textarea, select, input, object {
font-family: Verdana, arial, helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
background-color: #cabaab; 
color: #000000;
border: 1px solid #000000;
border-color: #000000
}

#chromemenu{
width: 99%;
}

#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 #cabaab;
width: 100%;
background-color: #cabaab;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
float: left;
color: #000000;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
}

#chromemenu ul li a:hover{
color: #000000;
}

#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 #000000; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #cabaab;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: 000000;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #FFFFFF;
}