#navMenu {
	margin: 10px 0 0 0px;
  padding:0px;
	list-style:none;	
	font-family:tahoma;
	text-align:center;
	font-size:12px;
	line-height:40px;
	float:left;
}

	#navMenu li {
		float:left;
    background:url(domenu/normal.jpg) no-repeat center center;
    width:157px;
		height:42px;
		border-left:3px solid #fff;
		border-right:3px solid #fff;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
		position:relative;
    
}

	#navMenu li a {
		z-index:20;
		display:block;
		width:157px;
		height:42px;
		position:relative;
		color:#dbd2cb;
    text-decoration: none;	
}

 	#navMenu li .hover {
		background:url(domenu/over.jpg) no-repeat center center;
		position:absolute;
		width:157px;
		height:42px;
		left:0; 
		top:0;	
		z-index:0;
		display:none;
	}	

	#navMenu li .selected {
		background:url(domenu/over.jpg) no-repeat center center;
		position:absolute;
		font-weight:bold;
		font-size:16px;
    color:#292826;
		width:157px;
		height:42px;
	}
	