/* Header */
            
#header_wrapper {
	width: 1000px;
	height: 120px;
	position: relative;
	display: block;
	font-family: georgia, verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	}
#header_wrapper a {
	color: #b3b3b3;
	text-decoration: none;
}
#header_wrapper a:hover {
	color: #00b3ff;
}
#nav_macro {
	position:relative; 
	width:90px;
	height: 60px;
	float: left;
	left: 765px;
	background: url('nav-macro.gif') no-repeat;
	cursor: pointer;
	}
#nav_macro:hover {background-position:-90px 0;}
#nav_macro_active {
	position:relative; 
	width:90px;
	height: 60px;
	float: left;
	left: 765px;
	background: url('nav-macro-active.gif') no-repeat;
	cursor: pointer;
	}
#nav_macro_active:hover {background-position:-90px 0;}
#nav_micro {
	position:relative; 
	width:80px; 
	left: 798px;
	height: 60px;
	float: left;
	background: url('nav-micro.gif') no-repeat;
	cursor: pointer;
	}
#nav_micro:hover {background-position:-80px 0;}
#nav_micro_active {
	position:relative; 
	width:80px; 
	left: 798px;
	height: 60px;
	float: left;
	background: url('nav-micro-active.gif') no-repeat;
	cursor: pointer;
	}
#nav_micro_active:hover {background-position:-80px 0;}
