div#header { 
	width: 240px;
	height:64px;
	padding:0;
	margin: 0 auto;
	background: #323c50; }

ul#menu { list-style: none; margin: 0; padding: 0; }

ul#menu li.facebook { display: block; }

ul#menu li.facebook a { 
	float: left;
	width: 60px;
	height:64px;
	background: #323c50 url(facebook_bw.png) no-repeat; }

ul#menu li.facebook a:hover { background: #323c50 url(facebook.png) no-repeat; }

ul#menu li.twitter { display: block; }

ul#menu li.twitter a { 
	float: left;
	width: 60px;
	height:64px;
	background: #323c50 url(twitter_bw.png) no-repeat; }

ul#menu li.twitter a:hover { background: #323c50 url(twitter.png) no-repeat; }

ul#menu li.youtube { display: block; }

ul#menu li.youtube a { 
	float: left;
	width: 60px;
	height:64px;
	background: #323c50 url(tube_bw.png) no-repeat; }

ul#menu li.youtube a:hover { background: #323c50 url(tube.png) no-repeat; }

ul#menu li.web { display: block; }

ul#menu li.web a { 
	float: left;
	width: 60px;
	height:64px;
	background: #323c50 url(RSS_bw.png) no-repeat; }

ul#menu li.web a:hover { background: #323c50 url(RSS.png) no-repeat; }
