.hmenu {
	position: relative;
	top: 0px;
	left: -20px;
	background: #999999;  
	width: 496px;
 text-height: 2em;
}

.hmenu ul{
/*padding: 0px 0px 0px 1px;
list-style-type: none;
font-size: 9px;*/
background:  #999999 
}
/*Top level list items*/
.hmenu li{
	display: inline;
	float: left; 
	background-color: #999999;  
/*background:  url(images2/dot_grey.gif) no-repeat;*/
  padding: 0px 0px 0px 10px;
	width: 154px; 
}

/*Top level menu link items style*/
.hmenu ul li a{
/*display: block;
padding: 0px 2px 0px 0px;;
border: 0px solid #c2ac7b;
border-left-width: 0px;
text-decoration: underline;
color: #063737;
*/	
background:  #999999 url(images2/dot_grey.gif) no-repeat;
	padding: 2px 10px 2px 20px;
  line-height: 2em;

	text-decoration: underline;
	color: #063737;
  font-size: 9px;
  height:20px;

}

.hmenu ul li a:hover{
	color: #000000;
	background:  url(images2/dot_grey_hover.gif) no-repeat;
 	width: 140px; 
}
/*
.hmenu ul li a:hover{
background-color: #999999;
color: #E9C379;
background:  url(images2/dot_grey_hover.gif) no-repeat;
}
*/
