body {
	font-family: arial, helvetica, serif;
}

#menuh, #menuh ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 3;
}

#menuh a {
	display: block;
	color: #FFFFFF;
    padding: 0 1px 0 0px;
       font-size:12px;
       height:20px;
       line-height:20px;
       text-align:center;
       text-transform:capitalize;
}

#menuh li { /* all list items */
	float: left;
	/*width: 606px; /* width needed or else Opera goes nuts */
       height:20px;
}

#menuh li ul { /* second-level lists */
	position: absolute;
	background: #666666;
	width: 606px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#menuh ul li ul li
{
      width: 303px;
}
#menuh li ul a {
     text-align:left;
     display:block;
     padding:0px 0px 0px 3px;
     border-right:transparent;
     width:300px;
     font-size:11px;
     
       text-transform:capitalize;
}

#menuh li:hover ul, #menuh li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

#menuh2, #menuh2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menuh2 a {
	display: block;
	color: #FFFFFF;
	width:300px;
       font-size:12px;
       height:20px;
       line-height:20px;
       text-align:center;
       padding:0 10px 0 10px;
       
       text-transform:capitalize;
}
border-bottom: 1px, dotted, white;
#menuh2 li { /* all list items */
	float: left;
       height:29px;
}

#menuh2 li ul { /* second-level lists */
	position: a0bsolute;
	background: #666666;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#menuh2 ul li ul li
{
      width: 303px;
}
#menuh2 li ul a {
     text-align:left;
     display:block;
     padding: 0px 0px 0px 3px;
     border-bottom:1px solid #000;
     border-right:transparent;
     width:300px;
     font-size:11px;
     
       text-transform:capitalize;
}

#menuh2 li:hover ul, #menuh2 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#menuh a:hover, #menuh2 a:hover {
	background-color:#f49f00;
	
       text-transform:capitalize;
}