diff --git a/history/driver_history.php b/history/driver_history.php
index 3b724f75b57bedabd2c7b007d66d2013040a33bb..f9789aabea9e82b3ce7324a7cd24606fdb032320 100644
--- a/history/driver_history.php
+++ b/history/driver_history.php
@@ -25,6 +25,9 @@
 		</div>
 		<div class="menu_container">
             <?php include'../template/menu.php';?>
+            <script type="text/javascript">
+                document.getElementById("history_link").setAttribute("class", "menu menu_active");
+            </script>
         </div>
         <div class="history_container">
         	<div class="subheader">
diff --git a/history/transaction_history.php b/history/transaction_history.php
index 17e99d6b3055c4fc8d43886de91b19229af7f1ef..789778ffa99161c62bcfa67db4c59f0d40fd06b8 100644
--- a/history/transaction_history.php
+++ b/history/transaction_history.php
@@ -28,6 +28,9 @@
 		</div>
 		<div class="menu_container">
             <?php include'../template/menu.php';?>
+            <script>
+            	document.getElementById("history_link").setAttribute("class", "menu menu_active");
+            </script>
         </div>
         <div class="history_container">
         	<div class="subheader">
diff --git a/order/order.php b/order/order.php
index e9e8bbd77110ac9e06420403ff11096b28cd4a78..dd2165055dc367c38037c8eb7446f2552abd83b5 100644
--- a/order/order.php
+++ b/order/order.php
@@ -26,6 +26,9 @@
 		</div>
 		<div class="menu_container">
 			<?php include'../template/menu.php';?>
+			<script>
+                document.getElementById("order_link").setAttribute("class", "menu menu_active");
+            </script>
 		</div>
 
 		<h1>Make an Order</h1>
diff --git a/profile/edit_location.php b/profile/edit_location.php
index e8a34d9770b612427a882ee62224858aca1dedef..48d2bcdf1ee64b966c2e56c61ae5e3d12d531bac 100644
--- a/profile/edit_location.php
+++ b/profile/edit_location.php
@@ -25,6 +25,9 @@
         </div>
     <div class="menu_container">
         <?php include'../template/menu.php';?>
+        <script>
+            document.getElementById("profile_link").setAttribute("class", "menu menu_active");
+        </script>
     </div>
     <div class="editloc_container">
         <div class="subheader">
diff --git a/profile/edit_profile.php b/profile/edit_profile.php
index 58e19a280713f54220ed2a69b9bb8eeb7d5de8e8..fba1b06afef7c661b4a2513495d304150eaa4464 100644
--- a/profile/edit_profile.php
+++ b/profile/edit_profile.php
@@ -27,6 +27,9 @@
         </div>
         <div class="menu_container">
             <?php include'../template/menu.php';?>
+            <script>
+                document.getElementById("profile_link").setAttribute("class", "menu menu_active");
+            </script>
         </div>
         <div class="edit_profile_container">
             <div class="subheader">
diff --git a/profile/profile.php b/profile/profile.php
index dbc538826ee72cb8c4156ebe9a553f7dbbf41818..50eedc9fb80432bec20c3d28a41a57a666832de1 100644
--- a/profile/profile.php
+++ b/profile/profile.php
@@ -24,6 +24,9 @@
         </div>
         <div class="menu_container">
             <?php include'../template/menu.php';?>
+            <script>
+                document.getElementById("profile_link").setAttribute("class", "menu menu_active");
+            </script>
         </div>
         <div class="profile_container">
             <div class="subheader">