@charset "utf-8";

/* ================================================================
 Breadcrumbs Navigation Sample
=================================================================== */

.breadcrumbs {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    height:32px;
    background-color:#f4f4f4;
}

.breadcrumbs ul {
    list-style: none;
    padding: 5px 0 0 0;
    width:1200px;
    margin: 0 0 0 20px;
    line-height: 1.6em;
}

.breadcrumbs ul li {
    float: left;
    display: block;
    margin: 0;
    padding: 0 6px;
    background: transparent url(images/path.gif) no-repeat scroll right center;
    font-size:0.8em;
}

.breadcrumbs ul li.current {
    float: left;
    display: block;
    padding: 0 6px;
    background: transparent none;
}

.breadcrumbs ul li a {
    padding-right: 6px;
    text-decoration: none;
    cursor:pointer;
}




/* ================================================================
 Block Navigation
=================================================================== */

#navigation {
  width:635px;
  z-index: 3;
  float:right;
  margin:0;
}

.navi_gm {
  width: 635px;
  height: 49px;
  margin: 0 auto;
}

.navi_gm ul{
  margin: 0;
  padding:0;
  list-style-type:none;
}

.navi_gm ul li{ 
  float:left;
  text-indent: -9999px;
  height:49px;
}

.navi_gm ul li a {
  display: block;
}

li.menu_01 a {
  width: 126px;
  height:49px;
  background: url(global_menu.gif);
  background-position:0 0;
}

li.menu_01 a:hover {
  background-position:0 -49px;
}

li.menu_02 a{
  width: 127px;
  height:49px;
  background: url(global_menu.gif);
  background-position:-127px 0;
}

li.menu_02 a:hover {
  background-position:-127px -49px;
}

li.menu_03 a{
  width: 127px;
  height:49px;
  background: url(global_menu.gif);
  background-position:-254px 0;
}

li.menu_03 a:hover {
  background-position:-254px -49px;
}

li.menu_04 a{
  width: 127px;
  height:49px;
  background: url(global_menu.gif);
  background-position:-381px 0;
}

li.menu_04 a:hover {
  background-position:-381px -49px;
}

li.menu_05 a{
  width: 127px;
  height:49px;
  background: url(global_menu.gif);
  background-position:-508px 0;
}

li.menu_05 a:hover {
  background-position:-508px -49px;
}



/* ================================================================
=================================================================== */