@charset "UTF-8";
/* CSS Document */


/* =========================================================
 globalnavi css
========================================================= */

ul#globalnavi{
	text-indent:-9999px;
	padding: 0 0 0 0;
	margin-bottom: 30px;
	width:950px;
	overflow:hidden;
	border-top: solid #666 1px;
	border-bottom: solid #666 1px;
}

ul#globalnavi li{
    float:left;
    height:57px;
    display:block;
}

ul#globalnavi li a {
    display: block;
    overflow: hidden;
    height: 57px;
    background-image: url(../images/gnavi.gif);
}

/* global navi normal
---------------------*/
    #navi1a a , #navi1b a{ width:75px; background-position:0  0;}
    #navi2a a , #navi2b a{ width:117px; background-position:-75px  0;}
    #navi3a a , #navi3b a{ width:148px; background-position:-192px  0;}
    #navi4a a , #navi4b a{ width:142px; background-position:-340px  0;}
	#navi5a a , #navi5b a{ width:129px; background-position:-482px  0;}
    #navi6a a , #navi6b a{ width:130px; background-position:-611px  0;}
    #navi7a a , #navi7b a{ width:90px; background-position:-741px  0;}
	#navi8a a , #navi8b a{ width:119px; background-position:-831px  0;}

/* global navi rollover
----------------------*/
    #navi1a a:hover , #navi1b a{ width:75px; background-position:0  -57px;}
    #navi2a a:hover , #navi2b a{ width:117px; background-position:-75px  -57px;}
    #navi3a a:hover , #navi3b a{ width:148px; background-position:-192px  -57px;}
    #navi4a a:hover , #navi4b a{ width:142px; background-position:-340px  -57px;}
	#navi5a a:hover , #navi5b a{ width:129px; background-position:-482px  -57px;}
    #navi6a a:hover , #navi6b a{ width:130px; background-position:-611px  -57px;}
	#navi7a a:hover , #navi7b a{ width:90px; background-position:-741px  -57px;}
	#navi8a a:hover , #navi8b a{ width:119px; background-position:-831px  -57px;}



/* =========================================================
 dropdown_globalnavi css
========================================================= */
#dropdown {
	padding: 19px 0 38px 0;
	margin-bottom: 30px;
	width: 950px;
	border-top: solid #666 1px;
	border-bottom: solid #666 1px;
}

#dropdown ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
}

#dropdown a {
	display: block;
	padding: 0px 24px;
	color: #7a4f05;
	text-decoration: none;
	background-color: #fff;
}

#dropdown a:hover {
	background-color: #fff;
	color: #333;
}

#dropdown li {
	float: left;
	position: relative;
}

#dropdown ul {
	position: absolute;
	display: none;
	width: 12em;
	top: 1.5em;
}

#dropdown li ul a {
	width: 15em;
	height: auto;
	float: left;
	background-color: #eff2f4;
	padding: 2px 9px 2px 19px;
	margin: 1px 0 0 24px;
	color: #444;
	background-image: url(../images/newnav_arrow01.png);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	/*border-left: #f7f1e8 solid 2px;*/
}

#dropdown li ul a:hover {
	width: 15em;
	height: auto;
	float: left;
	background-color: #e1e6e8;
	padding: 2px 9px 2px 19px;
	margin: 1px 0 0 24px;
	color: #333;
	background-image: url(../images/newnav_arrow01.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	/*border-left: #f7f1e8 solid 2px;*/
}

#dropdown ul ul {
	top: auto;
}	

#dropdown li ul ul {
	left: 12em;
	margin: 0px 0 0 10px;
}

#dropdown li:hover ul ul, #dropdown li:hover ul ul ul, #dropdown li:hover ul ul ul ul {
	display:none;
}

#dropdown li:hover ul, #dropdown li li:hover ul, #dropdown li li li:hover ul, #dropdown li li li li:hover ul {
	display:block;
}



/* =========================================================
 globalnavi_under css
========================================================= */
.navbar-wrapper {
	position: absolute;	
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	margin: 0 auto;
	width: 950px;
}