body {
  margin:		0px;
  padding:		0px;
  background: 		#f3f1e9;
  font:			Verdana;
  color:		#615e53;
  background-image:	url(../images/background.png);
  background-repeat:	repeat-x;  }

DIV {
  margin:		0 auto;
  width:		770px; }

.suckertreemenu ul  {
  font:			10px Verdana;
  margin:		0;
  padding:		0;
  list-style-type: 	none;  }

/*Top level list items*/
.suckertreemenu ul li  {
  position:		relative;
  display:		inline;
  float:		left;
  background-color:	#3c3838; /*overall menu background color*/ }

/*Top level menu link items style*/
.suckertreemenu ul li a  {
  display:		block;
  width:		80px; /*Width of top level menu link items*/
  padding:		1px 8px;
  border:		0px solid #ffff99;
  border-left-width:	0px;
  text-align:		center;
  text-decoration:	none;
  color:		#ffff99;  }

.suckertreemenu ul li a:hover  {
  background-color:	#666666;
  color:		#ffff99;  }

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
  padding-top:		1em;  }

* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}


