
.navbar{
height:36px;
}
.navbtn{
text-align:center;
height:36px;
}


.navbtn a
{
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
padding-top:4px;
text-decoration: none;
display:block;
height:36px;
   /*text-indent: -999em;   this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
.navbtn a:hover
{
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
font-weight:bold;
color:#581D00;
padding-top:4px;
text-decoration: none;
display:block;
height:36px;
   /*text-indent: -999em;   this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

.navbtn a:link { 

}
.navbtn a:visited { 


}

.navbtn a:hover
{

height:36px;

}

.navbtn a#current
{
background:url(img/tab_on.gif) no-repeat;
}
.navbtn#tab_1 a
{

background:url(img/tab_1.gif) no-repeat;
width:64px;
padding-right:6px;

}
.navbtn#tab_1 a:hover
{


background:url(img/tab_on.gif) no-repeat;
height:36px;
}
.navbtn#tab_2 
{


background:url(img/tab_2.gif) no-repeat;
width:64px;
padding-right:6px;

}
.navbtn#tab_2 a:hover
{


background:url(img/tab_on.gif) no-repeat;
height:36px;
}
.navbtn#tab_3
{

color: #581D00;
background:url(img/tab_3.gif) no-repeat;
width:64px;
padding-right:6px;
}
.navbtn#tab_3 a:hover
{


background:url(img/tab_on.gif) no-repeat;
height:36px;
}
.navbtn#tab_4
{

color: #581D00;
background:url(img/tab_4.gif) no-repeat;
width:64px;
padding-right:6px;
}
.navbtn#tab_4 a:hover
{


background:url(img/tab_on.gif) no-repeat;
height:36px;
}
.navbtn#tab_5
{

color: #581D00;
background:url(img/tab_5.gif) no-repeat;
width:64px;
padding-right:6px;
}
.navbtn#tab_5 a:hover
{


background:url(img/tab_on.gif) no-repeat;
height:36px;
}
.logo{
float:left;
margin-left:24px;
margin-top:22px;

}

.navbtn#tab_search
{
background:url(img/tab_search.gif) no-repeat;
width:190px;
padding-top:3px;
padding-left:8px;
text-align:center;
color: #581D00;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
font-weight:bold;
}
.searchlabel{
color: #581D00;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
font-weight:bold;
}
.searchbox{
background:#F5F0E9;
border-top:1px solid #EBDECF; 
border-left:1px solid #EBDECF;
border-right:1px solid #F9F6F2;
border-bottom:1px solid #F9F6F2;
width:92px; 
font-size:11px; 
margin:0px
}




