/* header */
div.header {
	width: 838px;
	margin: 0 auto;
	overflow: hidden;
}

div.header ul {
	font-size: 12px;
	text-align: left;
	letter-spacing: -1px;
	margin: 11px 0 8px 0;
	list-style-type: none;
}

div.header li {
	display: inline;
	background: url(/2.0/img/blt_split_head.gif) no-repeat 0px 0px;
	padding: 0 3px 0 5px;
}

div.header li.a {
	display: inline;
	background: none;
	font-weight: bold;
	padding: 0 3px 0 0;
}

div.header a:link, div.header a:visited, div.header a:active, div.header a:hover {
	color: #396da5;
}

div.header #t1 {
	font-size: 11px;
	color: gray;
	letter-spacing: -2px;
}

div.header #t2 {
	display: none;
	font-size: 11px;
	color: gray;
	letter-spacing: -2px;
}

div.header #t2 a {
	color: gray;
}

#t1 a:link, #t1 a:visited, #t1 a:active {
	color: gray;
}

#t1 a:hover {
	color: #396da5;
}

#t2 a:link, #t2 a:visited, #t2 a:active {
	color: gray;
}

#t2 a:hover {
	color: #396da5;
}