@charset "UTF-8";
/* CSS Document */

/* thanks to: http://www.cssplay.co.uk/menus/centered.html*/
  
#menu2 {
  display:table;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  }
#menu2 li {
  display:table-cell;
  }
* html #menu2 li {
  float:left;
  }
#menu2 a {
  width:auto;
  display:block;
  padding:4px 16px;
  color:#000; 
  background:#99ccff;
  border:1px solid #99ccff;
  text-decoration:none;
  }
* html #menu2 a {
  float:left;
  }
#menu2 a:hover {
  color:#1b4b70; 
  background:#c6e0fb;
  border:1px dotted #000;
  }

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}