
div#tabBg{
/*background: #000063 url("../images/bkgd.gif") repeat-x;*/
width: 100%;
border-bottom: 2px solid #ffcf00;
}
div#hometabBg{
/*background: #000063 url("../images/bkgd.gif") repeat-x;*/
width: 100%;
}
ul#tabs {
list-style: none;
margin: 0 0 0 0px;
padding: 10px 0 0 0;
height: 22px;
background: #000063;
position: relative;

}
ul#tabs li {
position: absolute;
bottom: 0;
margin: 0;
height: 23px;
text-align: center;
width: 16.6%;
background: transparent url("../images/tab_01_round.gif") no-repeat scroll left;

}
ul#tabs li div {
height: 23px;
background: transparent url("../images/tab_03_round.gif") no-repeat scroll right;
}
ul#tabs li div div {
height: 23px;
background: transparent url("../images/tab_02.gif") repeat-x scroll center;
margin: 0 12px 0 11px;
}

ul#tabs a {
display: block;
height: 100%;
text-decoration: none;
color: #ffcf00;
font: 9pt Arial, Helvetica, sans-serif;
letter-spacing: 0.1em;
	font-weight: bold;
}
ul#tabs li#tab1 {
left: 0;
}
ul#tabs li#tab2 {
left: 16.6%;
}
ul#tabs li#tab3 {
left: 33.2%;
}
ul#tabs li#tab4 {
left: 49.8%;
}
ul#tabs li#tab5 {
left: 66.4%;
}
ul#tabs li#tab6 {
left: 83.0%;
}
ul#tabs li:hover, ul#tabs li.over {
    background: url("../images/tab_01_hover_r.gif") no-repeat scroll left;
}
ul#tabs li:hover div, ul#tabs li.over div {
    background: url("../images/tab_03_hover_r.gif") no-repeat scroll right;
}
ul#tabs li:hover div div, ul#tabs li.over div div{
    background:  url("../images/tab_02_hover.gif") repeat-x scroll center;
}
ul#tabs li:hover a, ul#tabs li.over a{
    color: #000063;
}
ul#tabs li:hover div a, ul#tabs li.over div a {
    color: #000063;
}
ul#tabs li:hover div div a, ul#tabs li.over div div a{
    color: #000063;
}
ul#tabs a:hover, ul#tabs a.over{
    color: #000063;
}
ul#tabs li.current {
position: absolute;
bottom: 0;
margin-bottom: -3px;
height: 25px;
text-align: center;
width: 16.6%;
background: transparent url("../images/tab_01_current_r.gif") no-repeat scroll left;
border-bottom: 0;
}
ul#tabs li.current a {
color: #000063;
}
ul#tabs li.current div {
margin-bottom: -3px;
height: 25px;
background: transparent url("../images/tab_03_current_r.gif") no-repeat scroll right;
}
ul#tabs li.current div div {
height: 25px;
background: transparent url("../images/tab_02_current_r.gif") repeat-x scroll center;
margin: 0 8px -3px 7px;
}

ul#tabs span {
display: block;
padding: 4px 10px 0 10px;
}
 #bar {
      width:100%;
     background: #ffffcd; 
	 height:8px;
	  margin-bottom: -6px;
      }
