.chromestyle{
width: 100%;
background: url(chromebg.gif) center center repeat-x; 
border: 1px solid #BBB;
}


.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle td{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center; 
font-weight: bold;
border-left: 1px solid #BBB;
}


.chromestyle td a{
color: #828282;
padding: 5px 5px;
text-decoration: none;
display: block;
min-height: 27px;
max-height: 50px;
}

.chromestyle td a:hover{
background: url(chromebg-over.gif) center center repeat-x; 
color: #0000CD;
}


.over_td {
background:url(chromebg-over.gif) center center repeat-x; 
}

.active{
position: relative;
top: 1px;
color: #4682B4;
padding: 5px 5px;
text-decoration: none;
display: block;
background: White;
}