.navtabs {padding-left: 0px;}

.linkhover_color {
background: #FFCC00;
}

.toprightbanners {
position: relative; 
float: right; 
top: 45px; 
width: 468px; 
height: 60px; 
left: -30px; 
background-color: blue;
}

/* Applies to IE7. */
*+html .toprightbanners {
position: relative; 
float: right; 
top: 20px; 
width: 468px; 
height: 60px; 
left: -20px; 
background-color: blue;
}

/* Applies to IE6. */
* html .toprightbanners {
position: relative; 
float: right; 
top: 20px; 
width: 468px; 
height: 60px; 
left: -20px; 
background-color: blue;
} 