
#nav
{
  border-bottom: 0px solid #000000;
  background: #F0F0F0 none repeat scroll 0% 50%;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
    padding:0;
}
#nav ul {
  margin: 0;
  padding: 0;
  clear: left;
  float: left;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  position: relative;
  left: 50%;
  text-align: center;
}

#nav li
{
  float: left;
    display:inline;
	  position: relative;
  right: 50%;
}
#nav li a
{  
   font-family:Arial;
   font-size:16px bold;
   text-decoration: none;
   float:left;
   padding:10px;
   background-color: #C1C1C1;
   color:#000000;
   border:1px;
   border-color:#000000;
   border-style:solid;
   width: 25px;
   }
#nav li a:hover
{
   background-color:#e0d345;
   padding-bottom:12px;
   border-bottom:2px;
   border-bottom-color:#000000;
   border-bottom-style:solid;
   margin:-1px;
}
