<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Name : Premium Series
Description: A three-column, fixed-width blog design.
Version : 1.0
Released : 20090303
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Premium Series by Free CSS Templates</title>
<meta name="keywords" content="" />
<meta name="Premium Series" content="" />
<link href="default.css" rel="stylesheet" type="text/css" media="screen" />
<link type="text/css" href="menu.css" rel="stylesheet" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="menu.js"></script>
</head>
<body>
<!-- start header -->
<div id="header">
<div id="logo">
<h1><a href="#" ><span>Easy</span>Fest</a></h1>
</div>
<div id="menu">
<ul class="menu">
<li><a href="index_user.php"><span>Home</span></a></li>
<li class="parent"><a href="#"><span>Polls</span></a>
<ul>
<li><a href="user_createPoll.php" ><span>Add Polls</span></a></li>
<li><a href="user_viewAllPoll.php" ><span>View Polls</span></a></li>
</ul>
</li>
<li class="parent"><a href="#"><span>Discussion Forums</span></a>
<ul>
<li><a href="user_create_topic.php" ><span>New Topic</span></a></li>
<li><a href="user_main_forum.php" ><span>View Forum</span></a></li>
</ul>
</li>
<li class="parent"><a href="#"><span>Messages</span></a>
<ul>
<li><a href="user_new_message.php" ><span>Compose</span></a></li>
<li><a href="user_inbox.php" ><span>Inbox</span></a></li>
<li><a href="user_sentitems.php" ><span>Sent Items</span></a></li>
</ul>
</li>
<li><a href="user_changepassword.php"><span>Change Password</span></a></li>
<li><a href="user_mail.php"><span>Send Mail</span></a></li>
<li><a href="user_Contact_Us.php"><span>Contact Us</span></a></li>
<li><a href="user_logout.php"><span>Logout</span></a></li>
</ul>
</div>
</div>
<!-- end header -->
</body>
</html>