RC1 Update
diff --git a/_projectCommon.php b/_projectCommon.php
index d1d6967..52f2765 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -11,8 +11,9 @@
 	# these are optional
 	$Nav->setLinkList( array() );
 	$Nav->addNavSeparator("Galileo", "/galileo/");
-	$Nav->addCustomNav("Test Galileo M7", "/downloads/packages/release/galileo/m7", "_self", 1);
+	$Nav->addCustomNav("Test Galileo RC1", "/downloads/packages/release/galileo/rc1", "_self", 1);
+	$Nav->addCustomNav("Galileo Projects", "/galileo/projects.php", "_self", 1);
 	$Nav->addCustomNav("Galileo Bird's Nest", "http://galileo.chinposin.com", "_blank", 1);
 	$Nav->addCustomNav("Galileo Friends of Eclipse", "/galileo/friends.php", "_self", 1);
-
+	$Nav->addCustomNav("Galileo Blog-A-Thon", "/galileo/blogathon/reviews.php", "_self", 1);
 ?>
\ No newline at end of file
diff --git a/images/galileo.png b/images/galileo.png
index 24d0e61..9b91321 100644
--- a/images/galileo.png
+++ b/images/galileo.png
Binary files differ
diff --git a/images/hover.png b/images/hover.png
index 3568fb6..a1b6e82 100644
--- a/images/hover.png
+++ b/images/hover.png
Binary files differ
diff --git a/images/white.png b/images/white.png
index 4e16d25..2e57fcc 100644
--- a/images/white.png
+++ b/images/white.png
Binary files differ
diff --git a/index.php b/index.php
index 45d3b9b..6b5f4a8 100644
--- a/index.php
+++ b/index.php
@@ -34,10 +34,10 @@
 			<div id="linkBlock">
 				<ul>
 					<li class="download"><a title="Download" href="/downloads?tab=developer">&nbsp;</a></li>
-<!--					<li class="projects"><a title="Projects" href="projects.php">&nbsp;</a></li>-->
-<!--					<li class="buzz"><a title="Buzz" href="buzz.php">&nbsp;</a></li>-->
+					<li class="projects"><a title="Projects" href="projects.php">&nbsp;</a></li>
 					<li class="nest"><a title="Galileo on Twitter" target="_blank" href="http://galileo.chinposin.com/">&nbsp;</a></li>
 					<li class="friends"><a title="Friends of Eclipse" href="friends.php">&nbsp;</a></li>
+					<li class="blog"><a title="Galileo Blog-A-Thon Contest" href="blogathon/reviews.php">&nbsp;</a></li>
 				</ul>
 			</div>
 			<div id="">
diff --git a/style.css b/style.css
index 755c2f7..410b49f 100644
--- a/style.css
+++ b/style.css
@@ -8,7 +8,7 @@
 
 .galileo {
 	background:#000 url('images/galileo.png') no-repeat;);
-	min-height:400px;
+	min-height:500px;
 }
 
 #midcolumn {
@@ -25,8 +25,8 @@
 
 #linkBlock {
 	position:absolute;
-	left:558px;
-	top:1px;
+	left:559px;
+	top:-20px;
 }
 
 #linkBlock ul {
@@ -45,40 +45,47 @@
 #linkBlock ul li a {
 	display:block;	
 	text-decoration:none;	
-	height:75px; 
+	height:100px; 
 	
 }
 
 .download a {
 	background:transparent url('images/white.png') no-repeat 0px 0px;
 }
+.projects a { 
+	background:transparent url('images/white.png') no-repeat 0px -100px;
+}
 .nest a {
-	background:transparent url('images/white.png') no-repeat 0px -75px;
-}
-.friends a {
-	background:transparent url('images/white.png') no-repeat 0px -150px;
-}
-/*.nest a {
-	background:transparent url('images/white.png') no-repeat 0px -225px;
+	background:transparent url('images/white.png') no-repeat 0px -200px;
 }
 .friends a {
 	background:transparent url('images/white.png') no-repeat 0px -300px;
+}
+.blog a {
+	background:transparent url('images/white.png') no-repeat 0px -400px;
+}
+/*
+.action a {
+	background:transparent url('images/white.png') no-repeat 0px -500px;
 }*/
 
 
 .download a:hover{
 	background:transparent url('images/hover.png') no-repeat 0px 0px;
 }
+.projects a:hover{
+	background:transparent url('images/hover.png') no-repeat 0px -100px;
+}
 .nest a:hover{
-	background:transparent url('images/hover.png') no-repeat 0px -75px;
+	background:transparent url('images/hover.png') no-repeat 0px -200px;
 }
 .friends a:hover{
-	background:transparent url('images/hover.png') no-repeat 0px -150px;
+	background:transparent url('images/hover.png') no-repeat 0px -300px;	
+}	
+.blog a:hover{
+	background:transparent url('images/hover.png') no-repeat 0px -400px;
 }
-/*.nest a:hover{
-	background:transparent url('images/hover.png') no-repeat 0px -225px;
-}
-.friends a:hover{
-	background:transparent url('images/hover.png') no-repeat 0px -300px;
+/*.friends a:hover{
+	background:transparent url('images/hover.png') no-repeat 0px -500px;
 }*/