/* body {
  background:#fff;
  margin:0;
  padding:0;
  color:#000;
  font:x-small/1.5em Verdana, Arial, Helvetica, sans-serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:small;
  } html>body {font-size:small;}  */

#topmenu {
	float:left;
	width:100%;
/*	font-size:93%; */
	line-height:normal;
	font-weight: normal;
  }
#topmenu ul {
  margin-bottom: 5px;
  padding:5px 10px 5px; /* top right-left bottom*/
  list-style:none;

  }
#topmenu li {
  float:left;
 /* background:url("left.gif") no-repeat left top;  */
  margin:0;
  padding:0 0 5px 5px;
		
  }
#topmenu a {
  float:left;
/*  display:block;  */
 /* background:url("right.gif") no-repeat right top;  */
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color: #006699;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

#topmenu a {float:none;}
/* End IE5-Mac hack */

#topmenu a:hover {
  color:#333;
  }

#topmenu #current {
	color: #000000;
/*  background-image:url("left_on.gif");  */
  }
#topmenu #current a {
/*  background-image:url("right_on.gif");  */
  color:#333;
  padding-bottom:5px;
 }
