/* Header */

#header {
width: 955px;
margin:0;
padding: 0;
}

#hi_menu{
width: 955px;
height: 30px;
background-color:#4d4d4d;	
}
#head_img{
width: 955px;
height: 244px;
background: #fff url(../images/header.jpg) no-repeat; 
}
#head_img2{
width: 955px;
height: 244px;
background: #fff url(../images/header2.jpg) no-repeat; 
}
#head_img3{
width: 955px;
height: 244px;
background: #fff url(../images/header3.jpg) no-repeat; 
}
#head_img4{
width: 955px;
height: 244px;
background: #fff url(../images/header4.jpg) no-repeat; 
}

#head_img5{
width: 955px;
height: 244px;
background: #fff url(../images/header5.jpg) no-repeat; 
}
#low_menu{
width: 955px;
height: 30px;
background-color:#4d4d4d;
}

#nav_position {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;

}

.navlist 
{
	float: left;
	display:block;
	text-align: center;
	white-space: normal;
	list-style:none;
	padding-right:10px;
	width:auto;
	color: #FFFFFF;
}

.navlist a
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.navlist a:hover
{
color: #ebbc31;
border-bottom: 8px solid #ffffff;
display: block;
}

.navlist a#current, #navlist li a#current:link
{
color: #ebbc31;
border-bottom: 8px solid #ffffff;
display: block;
}

.navlist a#normal, #navlist li a#normal:link
{
color:#FFFFFF;
}

.navlist a#current:hover
{
border-bottom: 8px solid #ffffff;
display: block;
	color: #FFFFFF;
}
