@charset "utf-8";
#footer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#footer #divideline {
	background-repeat: no-repeat;
	background-position: center;
	height: 1px;
	
	background-image: url(../Images/DivideLine.jpg);
}
#footer #navigation {
	text-decoration: none;
}
#footer #navigation #navi {
	width: 470px;
	float: left;
	
	<ul id="nav" class="dropdown dropdown-horizontal dropdown-upward" style="position:absolute;top:462px;">
                           <li style="background-color:#FFFFFF;"><img src="Include/Images/1.jpg" />
                               <ul style="border:solid; border-color:#767676; border-width:1px; width:120px;">
                                 <?php
    $sql ="SELECT *  FROM category ";
       $res = mysql_query($sql);
      while($row = mysql_fetch_assoc($res))
       {
?>
                                <li style="font-size:12px;font-family: Verdana;"><a href="division_new.php?Cat=<?php echo $row['category'];?>"><?php echo strtoupper($row['category']);?></a></li>
                                 <?php }?>
                               </ul>
                           </li>
<li style="background-color: rgb(255, 255, 255);"><img src="Include/Images/2.jpg" alt="submission" width="92" height="15" class="sub" /></li>
<li style="background-color: rgb(255, 255, 255);"><img src="Include/Images/3.jpg" alt="contactus" width="92" height="15" class="sub" /></li>
<li style="background-color: rgb(255, 255, 255);"><img src="Include/Images/4.jpg" alt="contact us" width="92" height="15" class="divi" /><ul id="nav" class="dropdown dropdown-horizontal dropdown-upward" style="border:solid; border-color:#767676; border-width:1px; width:110px;margin-left:10px;position:absolute;top:462px;right:535px;"><li style="font-size:12px;font-family: Verdana;"><a href="http://arquettetalents.com/client/login.php">CLIENT</a></li>
<li style="font-size:12px;font-family: Verdana;"><a href="http://arquettetalents.com/update/wp-login.php">TALENT</a></li>
<li style="font-size:12px;font-family: Verdana;">TEAMWORK</li>
</ul>
</li>
</ul>
}
#footer #navigation #logo {
	float: right;
	width: 230px;
	height:78px;
	margin-top:10px;
	background-image: url(../Images/lsblogo.jpg);
	background-repeat: no-repeat;
}
.copyright {
	margin-top: 5px;
}
.divi {
	
	padding-left:10px;
}
.sub {
	
	padding-left:20px;

}
.login {
	margin-left: -1px;
}
