  
#tabs, #tabs_one{ display:inline;
font-size:12px;
line-height:normal; letter-spacing:normal; 
}

#tabs ul, #tabs_one ul{
list-style: none;
/*margin-left: 1px; Left offset of entire tab menu relative to page*/
padding:0; 
}

#tabs li, #tabs_one li{
 float:left;
 background-color:#f7f7f7; margin-bottom:-1px; 

}

#tabs li a, #tabs_one li a{
color:#FFFFFF;
text-decoration:none;
background-color:#db1736; display:block; padding:10px; border-left:solid 1px #fff; font-weight:bold;
}
#tabs  a:hover, #tabs_one  a:hover{ text-decoration:none;  }

#tabs  a.selected, #tabs_one  a.selected{ /*selected main tab style */
position: relative; background-color:#f7f7f7; font-size:13px; text-transform:uppercase; 
border:none;
color:#000000; top:-10px; 

}


.tabcontent{ 
background:#f7f7f7;
display:none;

 padding:6px 0 6px 6px ; 
}

@media print {
.tabcontent {
display:block !important;
}
}

</style>

[if IE]>
 
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
 
<![endif]

