.chromestyle{
font-weight: bold;
font-size: 10px;
margin-top: 120px;

}
*html, .chromestyle {margin-top: 20px; margin-left:-10px;}

body:nth-of-type(1) .chromestyle{
 margin-left: 10px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{

border: 1px solid #BBB;$$$
width:670px;
height:25px;
background-color: #CDB8D5;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 4px 0;

margin-bottom:20px;
margin-left: -60px;
}



.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #494949;
padding: 4px 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
border-left: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background-color:#cdb8d5;*/
/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}