#header ul {
	margin:0;
	padding:0px 0 0 0px;

	white-space:nowrap;
	line-height:45px;
	color: #666666;
  }
#header ul li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	background-image:none;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
  }
#header ul a, #header ul strong {
	background:#CCCCCC;
	display:block;
	float:left;
	height:auto;
	margin:0;
	padding:0;
	text-decoration:none;
	font-weight:normal;
	color:#666666;
	white-space:nowrap;
	border-top: 0 solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0 solid #FFFFFF;
	border-left: 0 solid #FFFFFF;
	background-color: #F0F0F0;
  }
#header ul a strong {
	padding:0;
	border:none;
	background:#CCCCCC url(none);
	line-height: 45px;
  }
/* Commented Backslash Hack hides 
   rule from IE5-Mac, documented at 
   http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html \*/
   #header ul a, #header ul strong {float:none;}
   /* End hack */
#header ul span {
	text-transform:none;
	font-weight:bold;
	color:#666666;
  }

#header ul a:hover {
	background:#949DA6;
	line-height:45px;
	color: #FFFFFF;
  }
#header #c strong, #header #c a, #header #c a strong {
  background:#F0F0F0;
  }
#header ul a:hover, #header ul a:hover strong, #header ul a:hover span, #header #c strong, #header #c strong span {
  color:#F0F0F0;
  }

#header ul #h {
  border-left-width:0px;
  }
