.menu { width:100%; font-size:11px; background-color: #dbc5b5; position: absolute; top: 80px; height: 30px; z-index: 100; float: right; clear: both; min-width: 670px; box-shadow: 4px 4px 10px #888; }
/* remove all the bullets, borders and padding from the default list styling */
.menu ul { padding:0; margin:0; list-style-type:none; }
.menu ul ul {
width:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li { position: relative; float:left; width:15%; clear: right; margin: 0; padding: 0; }
/* style the links for the top level */
.menu a, .menu a:visited { display:block; font-size:12px; text-decoration:none; color:#11521a; font-weight: bold; width:100%; height:30px; background:#dbc5b5; line-height:29px; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited { font-weight: bold; }
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#ece595;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited { font-weight: bold; background:#987c68; }
/* style the third level hover */
.menu ul ul ul a:hover { font-weight: bold; background:#b2ab9b; }
.menu ul ul ul :hover > a { font-weight: bold; background:#b2ab9b; }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul { visibility:hidden; position:absolute; height:0; top:30px; left:0; width:auto; }
/* another hack for IE5.5 */
* html .menu ul ul { top:30px; }

/* position the third level flyout menu */
.menu ul ul ul{ left:150px; top:0; width:150px; }
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { background:#f0d7c6; color:#10521a; font-weight: bold; line-height:1em; text-align: left; width:150px
; height: auto; padding: 10px; }
* html .menu ul ul a{ font-weight: bold; width:150px; display: list-item; }
.menu ul ul li { width: auto; }

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover { color:#fff; font-weight: bold; background:#987c68; }
.menu :hover > a, .menu ul ul :hover > a { color:#fff; font-weight: bold; background:#987c68; }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul { visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
#IconHome { width: 30px; margin-right: 10px; margin-left: 0; }
#IconHome a { background-image: url(../images/construct/HomeButton1.PNG); background-repeat: no-repeat; background-position: 50% 20%; width: 30px; height: 30px; z-index: 100; padding-right: 5px; padding-left: 5px; border-right: 1px solid white; }
#IconHome a:hover { background-image: url(../images/construct/HomeButton2.PNG); background-repeat: no-repeat; background-position: 50% 20%; width: 30px; height: 30px; padding-right: 5px; padding-left: 5px; border-right: 1px solid white; }

