    





#menu 
{
  float:left;
  width:100%;
  height:45px;
  background: url("../images/menu_background.png") repeat-x bottom;
  line-height:normal;
  height:42px;
  overflow: hidden;
}
  
#menu ul 
{
  margin:0;
  padding:3px 0px 0 10;
  list-style:none;
}

#menu li
{
  float:left;
  margin:0;
  padding:0 0 0 8px;
  height:42px;
}

#menu a
{
  float:left;
  display:block;
  padding:10px 20px 0px 20px;               
  color:#000000;
  height:42px;

  font-style:normal;
  font-family: Arial, sans-serif;
  text-decoration:none;

  font-size: 110%;

  border-right:1px;
  border-left:1px;
}

  #texturepacker  #nav-texturepacker,
  #physicseditor  #nav-physicseditor,
  #securewipe  #nav-securewipe,
  #photoclock  #nav-photoclock,
  #webdesign  #nav-webdesign,
#endofnavientries
{
}

  #texturepacker #nav-texturepacker a,
  #physicseditor #nav-physicseditor a,
  #securewipe #nav-securewipe a,
  #photoclock #nav-photoclock a,
  #webdesign #nav-webdesign a,
#endofnavientries
{
  background-position:100% -42px;
  color:#f48e41;
  background-color: #ffffff;
  border-top:1px solid #000000;
  border-right:1px solid #000000;
  border-left:1px solid #000000;
  font-weight:bold;
  font-size: 120%;
}

#menu li:hover
{    
}

#menu li:hover a
{
  color:#f48e41;
  background-color: #ffffff;
  border-top:1px solid #000000;
  border-right:1px solid #000000;
  border-left:1px solid #000000;
  padding:7px 19px 0px 19px; 
}

#menu li:hover a
{
}

