#nbar
{

   border: 3px solid blue;
   background-color: #EFECE5;
   background-color: rgb(211, 209, 204);

   background: url("../_img/nbar_logo00.gif") no-repeat left;
   height:90px;
}

#logo
{
   margin-top:30px;
   margin-left:20px;
   float:left;
   border: 0px solid blue;
   background-color: red;
}



#lbar
{
   float:right;
   display:block;
   border:1px solid red;
   
}
#lbar .lbar_left
{
   width:  5px;
   height: 24px;
   
   float:left;
   display:inline;

   background: url("../_img/nbar_40x40_l.gif") no-repeat left bottom;
}

#lbar .lbar_link
{
   height: 24px;
   
   float:left;
   display:inline;

   background: url("../_img/nbar_200x40_m.gif") no-repeat left bottom;
   
   padding-left:12px;
   padding-right:10px;
}
#lbar .lbar_last
{
   width:   5px;
   height: 24px;

   float:left;
   display:inline;
   
   background: url("../_img/nbar_40x40_r.gif") no-repeat right bottom;
}












.indexlink
{
   font-family: sans-serif, Verdana, Helvetica;
      
   font-size: 13px;
   line-height:20px;
   
   background: url("../_img/nbar_li01.gif") no-repeat left;
   padding-left:10px;
   
}
.indexlink:link
{
   text-decoration: none;
   color: #333333;
}
.indexlink:active
{
   text-decoration: none;
   color: #333333;
}
.indexlink:visited
{
   text-decoration: none;
   color: #333333;
}
.indexlink:hover
{
   text-decoration: none;
   color: #FFCC2F;
}

