.hmenu {
    text-align: left;
}

/* style the outer div to give it width */
.hmenu {
    /*width:790px; */
    z-index:1001;
}
/* remove all the bullets, borders and padding from the default list styling */
.hmenu ul {
    padding:0;
    margin:0;
    list-style-type:none;
    list-style-image: none;
}
.hmenu ul ul {
    width:111px;
}

.hmenu .htop1 li {
    float:left;
    height: 22px;
}

.hmenu .htop1 li a {
    display: inline;
    float: left;
    font-weight: bold;
    color: #87888a;
    height: 22px;
    line-height: 22px;
    /*padding-left: 20px;*/
    /*background-image: url(/_images/nav_pas.gif);
    background-repeat: no-repeat;
    background-position: left center;*/
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.hmenu li {
float:left;
position:relative;
margin:0;
padding:0;
list-style-image: none;
}
/* style the links for the top level */
/*.hmenu a:visited*/
.hmenu a {
display:block;
font-size:12px;
text-decoration:none; 
color:#fff; 
height:22px; 
/*padding-left:10px; */
margin-right: 20px;
line-height:20px;
}
/* a hack so that IE5.5 faulty box model is corrected */
/** html .hmenu a, * html .hmenu a:visited {
width:111px;
w\idth:111px;
}*/



/* style the second level background */
.hmenu ul ul a.drop, .hmenu ul ul a.drop:visited {
background:#949e7c;
}
/* style the second level hover */
.hmenu ul ul a.drop:hover{
background:#c9ba65;
}
.hmenu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.hmenu ul ul ul a, .hmenu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.hmenu ul ul ul a:hover {
    background:#b2ab9b;
}
.hmenu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.hmenu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
width:111px;
}
/* another hack for IE5.5 */
* html .hmenu ul ul {
top:20px;
t\op:20px;
}

/* position the third level flyout menu */
.hmenu ul ul ul{
visibility:hidden;
position:absolute;
top:0px;
left:234px;
}
/* position the third level flyout menu for a left flyout */
.hmenu ul ul ul.left {
left:-111px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.hmenu table {position:absolute; top:0; left:0;}

/* style the second level links */
.hmenu ul ul a, .hmenu ul ul a:visited {
/*background:#d4d8bd; */
color:#000; 
height:auto; 
/*line-height:1em; */
/*padding:5px 10px; */
width:149px;
background-color: none;
/* yet another hack for IE5.5 */
}
* html .hmenu ul ul a{
width:149px;
w\idth:149px;
}


/* style the top level hover */
.hmenu .htop1 li a:hover {
    background:none;
    text-decoration: none;
    color: rgb(242,148,0);
    /*height: 22px;
    line-height: 22px;*/
    /*padding-left: 20px;*/
    /*background-image: url(/_images/nav_act.gif);
    background-repeat: no-repeat;
    background-position: left center;*/
}
.hmenu :hover > a, .hmenu ul ul :hover > a {
color:#000;
/*background:#949e7c;*/
}

/* make the second level visible when hover on first level list OR link */
.hmenu ul li:hover ul,
.hmenu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.hmenu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.hmenu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.hmenu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.hmenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

.hmenu .htop2 li {
    height: 20px;
    height: auto !important;
}

.hmenu .htop2 li a {
    background: none;
    border-left: 0px solid #8696c7;
    border-right: 0px solid #8696c7;
    background-color: #fff;
    font-weight: normal;
    line-height: 20px;
    padding-left: 5px;
    height: auto !important;
    /*padding: 2px;*/
    /*padding-left: 20px;*/
    color: black;
    background-color: #e3e4e5;
}

.hmenu .htop2 li a:hover {
    background: none;
    background-color: #8696c7;
    color: #FFF;
    padding-left: 5px;
/*    padding-left: 20px;*/
}

.hmenu .htop1 {
    /*margin-left: 20px;*/
}

*html .hmenu .htop1  {
    /*margin-left: 20px;*/
}


/*.hmenu .htop1 li {
    float:left;
}

.hmenu .htop1 li a {
    display: inline;
    float: left;
    font-weight: bold;
    color: #188232;
    height: 20px;
}*/