.footad a{
text-decoration: none;
font: normal 11px Verdana;
}

pre, .codehighlight{
background-color: #E9E9E9;
padding: 5px;
width: 95%;
line-height: 25px;
border: 1px dashed gray;
}

.codehighlight{
font-family: Arial;
font-size: 13px;
}

code{
background-color: #EFEFEF;
font-size: 13px;
}

#chromemenu{
width: 99%;
font: bold 13px Tahoma
}

#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 #BBB;
width: 100%;
background: url('chromebg.gif') repeat-x center;
margin: 0;
text-align: center; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
color: black;
background: url('chromebg2.gif') repeat-x center;
}

