#header {
	background:url(/images/menubar.gif) no-repeat bottom left;
	margin:0;
	padding:0;
	height:35px;
}
#header ul {
	margin:0 0 0 13px;
	padding:7px 15px 0 0;
	list-style:none;
}
#header li {
	float:left;
	background:transparent url(/images/tabs2.gif) 100% -600px no-repeat;
	padding:0 6px 0 0;
	margin:0 1px 0 0;
	display:inline;
	white-space:nowrap;
}
#header ul a {
	float:left;
	display:block;
	padding:7px 4px 7px 26px;
	background:transparent url(/images/tabs2.gif) 0% -600px no-repeat;
	font-weight:900;
	color:#333;
	text-decoration:none;
	font-size:1.2em;
}
#header ul li#current a, #header ul li:hover a {background-position:0% -400px;}
#header ul li#current, #header ul li:hover {background-position:100% -400px;}
#header #current a {
	color:#333;
	text-decoration:none;
}
#header a, #header :link {
	color:#333;
	text-decoration:none;
}
#header a:visited {color:#333;}
#header a:hover {
	color:#333;
	text-decoration:underline;
}
#header a:active {color:#000;}
#header .accesskey {text-decoration:underline;}
#header :before {color:#004D81;}
#header .hide {
	overflow:hidden;
	visibility:hidden;
	display:none;
	clear:none; 
}
#top ul {
	margin:0 26px 0 0;
	padding:0;
	list-style:none;
}
#top li {
	background:center left url(/images/top-bullet.gif) no-repeat;
	float:right;
	margin:3px 8px 0 0;
	padding:0 0 1px 22px;
}
#top li a {color:#fff;text-decoration:none;}
#top li a:hover {color:#ff0;text-decoration:underline;}