

.navbar_header{
    color: #fff;
    font-family: Arial;
    font-size: 30px;
    background-image: url(../images/nav_header.jpg);
    height: 76px;
    line-height: 74px;
    padding-left: 20px;
    padding-right: 40px;
}
#top_group.navbar_group{
     -moz-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
}
#top.navbar_header{
    -moz-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
}
#bottom.navbar_header{
    -moz-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
}
#bottom_group.navbar_group{
    -moz-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
}
.navbar_group{
    border: 3px solid #c99;
     margin-bottom: 4px;
}
.navbar_content{
    background: #813b17;
    color: #ccc;
    font-family: Arial;
    font-size: 30px;
    height: 76px;
    line-height: 74px;
    border-bottom: 3px solid #630;
    border-top: 3px solid #966;
    padding-left: 40px;
    padding-right: 45px;
}
.navbar_content_top{
    background: #813b17;
    color: #ccc;
    font-family: Arial;
    font-size: 30px;
    height: 76px;
    line-height: 74px;
    border-bottom: 3px solid #630; 
    padding-left: 40px;
    padding-right: 48px;
}
#search_container{
    width: 600px;
    margin: auto;
     text-align: right;
         -moz-border-radius:20px;
    border-radius: 20px;
    
    background: #333;
    opacity: 0.5;
    border: 2px solid #fff;
}
#search_image{
    position: absolute;
    z-index: 1;
    margin-top: 2px;
    margin-left: 10px;
    opacity: 0.5;
}
#search{
    color: #fff;
    background: none;
    width: 565px;
    margin: auto;
    height: 40px;
    line-height: 40px;
    border: none;
    font-size: 30px;
}
.second_nav{
    height: 70px;
    line-height: 70px;
    color: #9cf;
    font-size: 30px;
    padding-left: 40px;
    padding-right: 70px;
    background: url(../images/second_nav_bg.jpg);
    margin-bottom: 4px;
}
.second_nav a:link, .second_nav a:visited, .second_nav a:hover{
	text-decoration:none; display:block; width:100%;
}
.hidden { display: none;
}
 .unhidden { display: block;}
 .header{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 616px;
    width: 74px;
 }