.header
{
	height:42px;
	margin:0 0 0 -2px;
	width: 953px;
}

.header .logo{
	float: left;
	padding:5px 0 0 12px;
}

.logo_finroad
{
	background:transparent url("../images/logo_finroad.jpg") no-repeat scroll 0 0;
	width:122px;
	height:38px;
}
*+html .logo_finroad {cursor:pointer;}
* html .logo_finroad {cursor:pointer;}

.header .header_right{
	float: right;
	margin:0 3px 0 0;
}


.header .header_right ul{

	padding:10px 0px 0 0;
	list-style-type:none;
	float:right;
}

.header .header_right ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	text-align:center;
	color:#999999;
	font-weight:bold;
}
/*
.header #right ul li.sep{
	padding:0 12px 0 12px;
}
*/

.header .header_right ul li.sep{
	/*padding:0 12px 0 12px;*/
	background: transparent url(../images/sep_top_menu.gif);
	width: 3px;
	height: 12px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 1px;
}


.header .header_right ul li a{
	font-weight:bold;
	color:#ff9c01;
	text-decoration : underline;
}
.header .header_right ul li.welcome a{
	color:#000000;
}
.header .header_right ul li a:hover{
	text-decoration : none;
}

.header .header_right #advanced_search {
	margin-left:15px;
	text-align: left;
	
}

.header .header_right #advanced_search .advanced_item {
	float: left;
	background: transparent url(../images/bullet_advanced_search.gif) no-repeat -4px 2px;
	padding-right: 10px;
	padding-left: 8px;
}

.header .header_right #advanced_search .advanced_item a {
	color:#474747;
	font-weight:normal;
	font-size: 10px;
}


