body {
font-family: arial, helvetica, sans-serif;
}
.menu01_cont {
clear: both;
text-align: left;
background-color: #ccc;
xpadding: 0 0 0 100px; /*moves the menu left*/
}

/* all lists */
#nav01, #nav01 ul { 
float: left;
display:inline;
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
position: relative;
}
#nav01 ul li a{
xheight: 30px; /*screws up the sub levels*/
}
#nav01 ul li a:hover {
background-color: #f00;
}
#nav01 a:hover { /*color change*/
color:#039;
}
#nav01 a {
display: block;
xwidth: 100px;
text-decoration: none;
text-align: center;
font-size: 11px;
font-weight: bold;
}
#nav01 ul li { /* all list items */
float: left;
xwidth: 100px; /* width needed or else Opera goes nuts */
border-right: 1px solid #fff;
text-align: left;
}
#nav01 ul li a {
height: 16px;
padding: 8px 0 4px 0;
}
#nav01 ul li a:hover {
background-color: #ddd;
}
#nav01 .orange a{
background-color: #fdb913;
}
#nav01 .orange a:hover{
background-color: #f90;
}
.n100 {
width: 100px;
}
.n150 {
width: 150px;
}

/* second-level lists */
#nav01 ul li ul { 
position: absolute;
top: 28px;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
text-align: left;
width: 230px;
border-bottom: 1px solid #fff;
}
#nav01 ul li ul li {
background: #ccc;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 0;
border-left: 1px solid #fff;
width: 228px;
}
#nav01 ul li ul li a {
text-align: left;
width: 228px;
padding: 0;
height: 14px;
padding: 2px 0;
}
#nav01 ul li ul li a:hover{
background-color: #fdb913;
}
#nav01 ul li ul li a img{
padding: 0 3px 0 4px;
}
#nav01 li:hover ul, #nav01 li.sfhover ul { /* lists nested under hovered list items */
left: auto;
margin: 0 0 0 -1px;
}
#content {
clear: left;
color: #ccc;
}
.menu250{
width: 250px;
}
