

#header {
  	float:left;
  	width:100%;
  	background:#000;
  	line-height:normal;
	height: 40px;
}
#header ul {
 	margin:0;
  	padding:0px 0px;
  	list-style:none;
}
#header li {
  	float:left;
  	background:url("../images/menu/left.gif") no-repeat left top;
  	margin:0;
  	padding:0 0 0 9px;
  	color:#fff;
}
#header a {
  	float:left;
  	display:block;
  	background:url("../images/menu/right.gif") no-repeat right top;
  	padding:12px 12px 15px 3px;
  	text-decoration:none;
  	font-weight:bold;
  	color:#cdd9e1;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  	color:#fff;
}
#header #current {
  	background-image:url("../images/menu/left_on.gif");
}
#header #current a {
 	background-image:url("../images/menu/right_on.gif");
  	color:#d33;
  	padding-bottom:15px;
}