.footad a{
text-decoration: none;
font: normal 11px Verdana;
}

pre, .codehighlight{
background-color: #E9E9E9;
padding: 5px;
width: 100%;
line-height: 25px;
border: 1px dashed gray;
}

.codehighlight{
font-family: Arial;
font-size: 13px;
}

#chromemenu{
width: 90%;
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) center center repeat-x;
padding: 5px 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: #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) center center repeat-x;
}


