<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#chromemenu{
width: 99%;
font-weight: bold;
font-size: 90%;
}

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

#chromemenu ul{
border: 0px solid #BBB;
width: 100%;
background-color: #C5C59C;
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #000000;						/* TEXT COLOR */
background-color: #C5C59C;			/* BACKGROUND COLOR */
height: 20px;                        /* height of menu */
padding: 2px;                        /* spacing at edges of text */
margin: 0;                           /* spacing between menu items */
font-family: arial;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
border-left: 1px solid #C5C59C;
border-right: 1px solid #C5C59C;
border-top: 1px solid #C5C59C;
border-bottom: 1px solid #C5C59C;
padding-left: 3px;
padding-right:2px; 
padding-top:2px; 
padding-bottom:2px

}

#chromemenu ul li a:hover{
color: #ffffff;						/* TEXT HOVER COLOR */
background-color: #424A19;			/* BACKGROUND HOVER COLOR */
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;          
padding-left: 4px;
padding-right:1px; 
padding-top:3px; 
padding-bottom:1px
}

.divheader {
width: 100%;
margin: 0;
padding: 0;
background-image:url(images/topbkg.gif);
background-repeat: repeat-x;}
.divbody {
width: 100%;
background-image:url(images/sidebkg.gif);
background-repeat: repeat-y;
margin: 0;
padding: 0;}

.bodycss {
background-color: #ffffff;
width: 100%;
/*background-image:url(images/sidebkg.gif);
background-repeat: repeat-y;
margin: 0;
padding: 0;}

.divfiller {
position: absolute;
height: 7px;
width: 134px;
left: 0px;
top: 156px;
z-index: 0;
margin: 0;
padding: 0;
background-image:url(images/sidebkg.gif);
background-repeat: repeat-y;
height: 7px;
width: 134px;
left: 0px;
top: 156px;
z-index: 0;
margin: 0;
padding: 0;
}

</style>