<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: "."; 
margin: 2;
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(images/gradient1.jpg) center center repeat-x;
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;
padding: 4px;
margin: 2;
font-size: 11pt;
text-decoration: none;
border-right: 0px solid #DADADA;
border-left: 0px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(images/gradient2.jpg) center center repeat-x;
}


.divheader {
float:left;
width: 100%;
margin: 0;
padding: 0;
background-image:url(images/topbkg.jpg);
background-repeat: repeat-x;}

.divbody {
float:left;
width: 100%;
background-image:url(images/sidebkg.jpg);
background-repeat: repeat-y;
margin: 0;
padding: 0;}

.bodycss {
background-color: #ffffff;
width: 100%;
/*background-image:url(images/sidebkg.jpg);
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.jpg);
background-repeat: repeat-y;
height: 7px;
width: 134px;
left: 0px;
top: 156px;
z-index: 0;
margin: 0;
padding: 0;
}



</style>