#topHeader {
	margin:0;
	padding:2;	
	background: #cbcbcb url("images/menu.jpg") bottom right repeat-x;
	width:100%;
}
#topLink {

	height:35px;
	margin:0 auto;
	margin-left:100px;
}
#topHMenu {
	font-size:15px;			
	background-repeat:repeat-x;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#topHMenu li {
	float: left;
	font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#topHMenu li span {
	background:  url("images/seperator.gif") bottom right no-repeat;
	color: #FFF;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:bold;
}
#topHMenu a {
	background:  url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:bold;
}
#topHMenu a:hover {
	background: #5e282c url("images/menuhover.jpg") repeat-x;
	color: #fff;
	padding-bottom: 8px;
}

