#sitemenu-wrapper {
	position: absolute;
	top: 0;
	left: -5px;
	width: 960px;
	height: 40px;
	background: url(sitemenu-wrapper.png) no-repeat 0 0;
	padding: 1px;
	}

* html #sitemenu-wrapper {
	background-image: url(sitemenu-wrapper.gif);
	}

#sitemenu {
	list-style: none;
	color: #000;
	padding: 0;
	margin: 0;
	height: 31px;
	font-size: 12px;
	position: absolute;	
	top: 1px;
	left: 30px;
	
	}
	
#sitemenu li {
	float: left;
	position: relative;
	height: 31px;
	list-style: none;
	padding: 0 1px 0 0;
	background: url(sitemenu.li.gif) no-repeat right 0;
	}
	

#sitemenu a {
	display: block;
	color: #2d150b;
	text-align: center;
	text-decoration: none;
	line-height: 31px;
	height: 31px;
	float: left;
	position: relative;
	padding: 0px 10px 0;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
	}

#sitemenu a:hover {
	color: #2d150b;
	background-color: #e79e2e;
	} 
	