*** empty log message ***
diff --git a/_projectCommon.php b/_projectCommon.php
index 7e6f187..4a5ea58 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -17,4 +17,5 @@
 	$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);
+	$Nav->addCustomNav("Galileo in Action", "/galileo/galileoinaction.php", "_self", 1);
 ?>
\ No newline at end of file
diff --git a/index.php b/index.php
index 7d159c1..7f94889 100644
--- a/index.php
+++ b/index.php
@@ -38,6 +38,7 @@
 					<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>
+					<li class="action"><a title="Galileo in Action" href="galileoinaction.php">&nbsp;</a></li>
 				</ul>
 			</div>
 			<div id="">
diff --git a/style.css b/style.css
index 4af2c4a..83c5856 100644
--- a/style.css
+++ b/style.css
@@ -8,7 +8,7 @@
 
 .galileo {
 	background:#000 url('images/galileo.png') no-repeat;);
-	min-height:500px;
+	min-height:600px;
 }
 
 #midcolumn {
@@ -64,10 +64,9 @@
 .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{
@@ -85,7 +84,7 @@
 .blog a:hover{
 	background:transparent url('images/hover.png') no-repeat 0px -400px;
 }
-/*.friends a:hover{
+.action a:hover{
 	background:transparent url('images/hover.png') no-repeat 0px -500px;
-}*/
+}