#header {
	width:600px;
    font-size:13px;
    height:27px;
    }

#header ul {
	background:url(images/info_20.gif) no-repeat center bottom;
    height:27px;
	margin:0px;
    padding:0px;
    list-style:none;
	vertical-align:bottom;
    }

#header li {
    float:left;
    background:url(images/info_16.gif) no-repeat bottom;
	width:80px;
	height:23px;
    margin:2px;
    padding:4px 0px 0px;
	text-align:center;
	vertical-align:bottom;
    }
#header a {
    display:block;
	font-size:12px;
	color:#00407B;
	line-height:23px;
    }
#header a:link,#header a:visited{
	font-size:12px;color:#00407B;text-decoration:none;
	}
#header a:hover,#header a:active{
	font-size:12px;color:#4C659D;text-decoration:none;
	}
	
#header .current {
    background:url(images/info_17.gif);
	width:84px;
	height:27px;
    }
#header .current a {
	display:block;
    font-size:13px;
	font-weight:bold;
	line-height:23px;
    }
#header .current a:link,#header .current a:visited{
	font-size:13px; font-weight:bold;color:#FF3600;text-decoration:none;
	}
#header .current a:hover,#header .current a:active{
	font-size:13px; font-weight:bold;color:#FF7146;text-decoration:none;
	}
	
#search {
	width:592px;
    font-size:12px;
	color:#555555;	
    height:43px;
	margin:0px 4px 0px;
	background:url(images/info_18.gif) no-repeat;
	}
#search ul {
    margin:0px;
    padding:0px;
    list-style:none;
	}
#search li {
    float:left;
    width:100%;
	padding:12px 0px 0px;
	text-align:center;
	}
#search .ipt_text{
	background:#FFFFFF;
	font-size:12px;
	color:#555555;
	border:1px #8F8F8F solid;
	height:18px;
	vertical-align:bottom;
	}