/*----------Navi horizontal---------*/

#navihor {
	position: relative;
	margin: 0 -2em 0 -2em;
	padding: 0 0 0 2em;
	background-color: #0a2d7c;
	height: 3em;	
	background-image: url(./layout/nav_back.png);
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: bottom;
}

#navihor ul {
	position: absolute;
	bottom: 0em;
	width: 100%;
	height: 2em;
	bottom: 0em;
	border-left: 1px solid #d9d9da;
}
#navihor ul li {
	padding: 0em;
	margin: 0em;
	float: left;
	border-right: 1px solid #d9d9da;
}
#navihor ul li a {
	color: #FFFFFF;
	display: block;
	line-height: 2em;
	padding: 0 1em;
		font-weight: bold;
}
#navihor ul li a:hover, #navihor ul li.current a {
	color: #0a2d7c;
	background-color: #d9d9da;

}


#navihorsub{
	position: relative;
	margin: 0 -2em 0 -2em;
	padding: 0 0 0 1em;
	background-color: #d9d9da;
	height: 3.5em;	
	background-image: url(./layout/nav_sha.png);
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: top;
}

#navihorsub ul {
	position: absolute;
	bottom: 0em;
	width: 100%;
	height: 2em;
	top: 0em;
}
#navihorsub ul li {
	padding: 0em;
	margin: 0em;
	float: left;
}
#navihorsub ul li a {
	color: #0a2d7c;
	font-weight: bold;
	display: block;
	line-height: 2.4em;
	padding: 0 1em;
}
#navihorsub ul li a:hover, #navihorsub ul li.current a {
	color: #0a2d7c;
}

/*----------Navi vertikal---------*/

#naviver {
	border-bottom: solid 1px #003064;
}

#naviver ul{
	list-style-type: none ;
	line-height: normal;
}
#naviver li{

	margin: 0;
	list-style-type: none;	
}
#naviver ul li a  {
	text-decoration:none; 
	padding-top: 0.5em;		
	padding-bottom: 0.5em;
	display: block;
	background-color: transparent;
	color: #003064;
	font-weight: bold;
}
#naviver ul li a:hover {
	background-position: left top;
	background-repeat: no-repeat;
	color: #ff0000;
}
#naviver ul li.navhistory a {
	background-color: #CCCCCC;
}

#naviver li a.level0{
	width: 15em;
	border-top: solid 1px #003064;
}
#naviver li a.level0:hover{
	background: #ffffff url(./layout/bgr_navi_a.gif);
	font-weight: bold;
	color: #ff0000;
}
#naviver ul li.active a.level0 {
	background: #ffffff url(./layout/bgr_navi_a.gif);
	color: #ff0000;
}

#naviver li a.level1{
	background-color: #CCCCCC;
	padding-left: 1em;
	font-size: 0.9em;
}
#naviver li a.level1:hover{
	background: #ffffff url(./layout/bgr_navi1_a.gif);
	font-weight: bold;
	color: #ff0000;
}
#naviver ul li.active a.level1 {
	background: #ffffff url(./layout/bgr_navi1_a.gif);
	color: #ff0000;
}

#naviver li a.level2 {
	background: #CCCCCC url(./layout/bgr_navi2.gif);
	padding-left: 2em;
	font-size: 0.9em;
}
#naviver li a.level2:hover {
	background: #ffffff url(./layout/bgr_navi2_a.gif);
	color: #ff0000;
}
#naviver ul li.active a.level2 {
	background: #ffffff url(./layout/bgr_navi2_a.gif);
	color: #ff0000;
}

#naviver li a.level3 {
	background: #CCCCCC url(./layout/bgr_navi3.gif);
	padding-left: 3em;
	font-size: 0.9em;
}
#naviver li a.level3:hover {
	background: #ffffff url(./layout/bgr_navi3_a.gif);
	color: #ff0000;
}
#naviver ul li.active a.level3 {
	background: #ffffff url(./layout/bgr_navi3_a.gif);
	color: #ff0000;
}

#naviver li a.level4 {
	background: #CCCCCC url(./layout/bgr_navi4.gif);
	padding-left: 4em;
	font-size: 0.9em;
}
#naviver li a.level4:hover {
	background: #ffffff url(./layout/bgr_navi4_a.gif);
	color: #ff0000;
}
#naviver ul li.active a.level4 {
	background: #ffffff url(./layout/bgr_navi4_a.gif);
	color: #ff0000;
}

#naviver li a.level5 {
	background: #CCCCCC url(./layout/bgr_navi5.gif);
	padding-left: 5em;
	font-size: 0.9em;
}
#naviver li a.level5:hover {
	background: #ffffff url(./layout/bgr_navi5_a.gif);
	color: #ff0000;
}
#naviver ul li.active a.level5 {
	background: #ffffff url(./layout/bgr_navi5_a.gif);
	color: #ff0000;
}

#naviver li a.level6 {
	background: #CCCCCC url(./layout/bgr_navi6.gif);
	padding-left: 6em;
	font-size: 0.9em;
}
#naviver li a.level6:hover {
	background: #ffffff url(./layout/bgr_navi6_a.gif);
	color: #ff0000;
}
#naviver ul li.active a.level6 {
	background: #ffffff url(./layout/bgr_navi6_a.gif);
	color: #ff0000;
}

#naviver li a.level7 {
	background: #CCCCCC url(./layout/bgr_navi7.gif);
	padding-left: 7em;
	font-size: 0.9em;
}
#naviver li a.level7:hover{
	background: #ffffff url(./layout/bgr_navi7_a.gif);
	color: #ff0000;
}
#naviver ul li.active a.level7 {
	background: #ffffff url(./layout/bgr_navi7_a.gif);
	color: #ff0000;
}
