
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
.tabcontent_brg{

font-family:Arial;
font-size:12px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
line-height:50px;
border: 0px solid #c5c7c7; /*navy border*/
background: url(../images/tabs_brg.gif) center center repeat;
height:40px;
width:116px;
}

.tabcontent_brg a:hover{
margin: 0;
padding: 0;
float: left;
font-family:Arial;
font-size:12px;
color:#357fdb;
font-weight:bold;
text-decoration:none;
line-height:50px;
border: 0px solid #c5c7c7; /*navy border*/
background: url(../images/numbers_bgover.gif) center center repeat;
height:40px;
width:116px;
}


