.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 90%;

padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#d5cebc;
padding: 0px 7px 4px 5px;
font-size:14px;

margin: 0;
text-decoration: none;

}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#d5cebc;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
height:100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}


body{margin:0px; padding:0px;background:url(/i/bg.gif);font-size:xx-small;font-family:Verdana, Helvetica, sans-serif;line-height:160%;text-align:center;height:100%;}
td {font-family:Verdana, Helvetica, sans-serif;color:#d5cebc;font-size:12px;}
img{border:0px;}
#contentmain{width:950px;margin:0 auto;background:url(/i/bg.png);min-height:600px;color:#d5cebc;text-align:left;font-size:12px;}
.side{width:120px;}
#logo{width:699px;margin:30px 0px;}
#innercontent{margin:20px;padding-bottom:30px;}
#footer a, #innercontent a {color:#d5cebc;}
h1{font-size:16px;margin:10px 0 20px 0}
h2{font-size:14px;}
.delimiter{width:211px;margin:30px 0 10px 0}
.delidiv{width:100%;text-align:center;}
.wikilistheader{font-size:14px;margin:5px 0 0px 0;font-weight:bold;display:block}