<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: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px solid #BBB;
width: 100%;
/* to add color to whole menu area add this code here    background-color: #ffffff;  */
padding: 0px 0;
margin: 3;
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: #ffffff;						/* TEXT COLOR */
background-color: #986665;			/* BACKGROUND COLOR */
height: 25px;                        /* height of menu */
padding: 8px;                        /* spacing at edges of text */
margin: 2;                           /* spacing between menu items */
font-family: arial;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
border-left: 2px solid #320001;
border-right: 2px solid #FFCECF;
border-top: 2px solid #FFCECF;
border-bottom: 2px solid #320001;
padding-left: 3px;
padding-right:2px; 
padding-top:2px; 
padding-bottom:2px

}

#chromemenu ul li a:hover{
color: #000000;						/* TEXT HOVER COLOR */
background-color: #ffffff;			/* BACKGROUND HOVER COLOR */
border-left: 2px solid #320001;
border-right: 2px solid #FFCECF;
border-top: 2px solid #FFCECF;
border-bottom: 2px solid #320001;          
padding-left: 4px;
padding-right:1px; 
padding-top:3px; 
padding-bottom:1px

}



.divheader {
width: 95%;
margin-left: auto;
margin-right: auto;
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>