.navigation1 {
width:916px;
height:36px;
background:url(images/navibg.gif) repeat-x;
margin:0px auto;
}
/*.navigation div.box{
height:38px;
float:left;
padding-left:40px;
}*/

.navigation1 ul{
list-style-type: none;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:4px 0px 0px 0px;
width:900px;
margin:0 auto;
margin-left:16px;
}

.navigation1 li{
font:12px "Arial", Times, serif;
font-weight:bold;
display:inline;
margin:0;
padding:0;
float:left;
padding:0px;
background:url(images/navibg.gif) no-repeat left;
}

.navigation1 li.last {
background:none;
list-style:none;
margin:0px;
padding:0px 0px 0px 0px;
float:left;
}
.navigation1 a{
font:12px "Arial", Times, serif;
font-weight:bold;
float:left;
margin:0;
margin-left: 1px;/*spacing between each tab*/
padding:0 0 0 6px;
text-decoration:none;
background:url(images/navi_overbg.gif) no-repeat left top;
}
.navigation1 a:hover{
text-decoration:none;
line-height:32px;
}

.navigation1 a span{
float:left;
display:block;
padding: 6px 8px 7px 4px;
font-weight:bold;
font-size:10px;
color:#ffffff;
font:12px "arial", Times, serif;
font-weight:bold;
background:url(images/navi_overbg.gif) repeat-x left top;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
.navigation1 a span {float:none;}

/* End IE5-Mac hack */

.navigation a:hover span {
color: #ffffff;


}

.navigation1 li.selected a{ /*Selected Tab style*/
background-position:0 -31px; /*Shift background image up to start of 2nd tab image*/
}

.navigation1 li.selected a span{ /*Selected Tab style*/
background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.navigation1 a:hover, .navigation li.selected a:hover{ /*onMouseover style*/
background-position:0% -31px; /*Shift background image up to start of 2nd tab image*/
}

.navigation1 a:hover span, .navigation li.selected a:hover span{ /*onMouseover style*/
background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
}


