#hmenu ul {
  	list-style-type: none;
  	margin: 0px; padding: 0px;
  	/*border-top: 1px black solid;  	*/
  }
  
  #hmenu li a {
  	font-size: 11px;
  	/*height: 22px;*/
  	display: block;
  	padding-left: 12px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	color: white;
  	text-decoration: none;
  	border-bottom: 1px white solid;
  	font-weight: bold;
  }
  
  #hmenu li a:hover {
    color: #ffc;
  }
  
   #hmenu ul ul {
  	list-style-type: none;
  	margin: 0px; padding: 0px;
  	border-bottom: 1px white solid;
  	border-top: 0; 
  }
  
  #hmenu li li a {
  	font-size: 11px;
  	display: block;
  	text-align: left;
  	padding-left: 25px;
  	padding-top: 5px;  
  	padding-bottom: 5px;  
  	text-decoration: none;
  	border-bottom: 0;  	
  	font-weight: normal;
  }
