

div.menu {
width:850px; 
font-size:1em;
font-weight:bold;
font-family:Georgia;
position:inherit;
z-index:100;
}

/* remove default list styling */
div.menu ul { padding:0; margin:0; list-style-type:none; }

div.menu ul ul { width:80px; }

/* control the dd menu location */
div.menu li {
float:left;
width:141px;
position:relative;
z-index:100;
}

/* top level links */
div.menu a, div.menu a:visited {
display:block;
font-size:14px;
text-decoration:none;
color:white;
width:130px; /*139px*/
height:30px;
border:1px solid #fff;
border-width:1px 1px 0 0;
/* background:#e31736; /*pink*/
background:#0068b3;
padding-left:5px;
line-height:29px;
z-index:100;
}

/* top level spacer */
.mspacer {
display:block;
width:130px; /*139px*/
height:30px;
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#494542;
line-height:29px;
}

/* hack 4 IE5 */
* html div.menu a, * html div.menu a:visited { width:141px; w\idth:130px; /*139px*/ }

/* 2nd level background */
div.menu ul ul a.drop, div.menu ul ul a.drop:visited { background:#abaaa9; }

/* 2nd level hover */
div.menu ul ul a.drop:hover{ background:#931D1B; }

div.menu ul ul :hover > a.drop { background:#931D1B; }

/* 3rd level background */
div.menu ul ul ul a, div.menu ul ul ul a:visited { background:#abaaa9; }

/* 3rd level hover */
div.menu ul ul ul a:hover { background:#931D1B; }

/* hide the sub levels and positon them absolutely so that they take up no space */
div.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:152px;
}

/* hack 4 IE5 */
* html div.menu ul ul { top:30px; t\op:31px; }

/* 3rd level flyout */
div.menu ul ul ul{ left:152px; top:0; width:152px; }

/* 3rd level flyout for left flyout */ 
div.menu ul ul ul.left { left:-152px; }

/* float table above layout - req for IE */ 
div.menu table { position:absolute; top:0px; left:0; }

/* 2nd level links */
div.menu ul ul a, div.menu ul ul a:visited {
background:#abaaa9; 
color:#000; 
height:auto; 
line-height:1.07em; 
padding:5px 10px; 
width:131px; /*129px*/
/* hack 4 IE5 */
}

* html div.menu ul ul a{ width:152px; w\idth:131px; /*129px*/ }

/* top level hover */
div.menu a:hover, div.menu ul ul a:hover{ color:#fff; background:#e43616; }
div.menu :hover > a, div.menu ul ul :hover > a { color:#fff; background:#e43616; }

/* 3rd level hover */
/*div.menu ul ul ul a:hover {background:#A3ACBD;} - nice complimintary blue*/
div.menu ul ul ul a:hover {background:#931D1B;}

/* 2nd level visible when hovered on 1st level */
div.menu ul li:hover ul, div.menu ul a:hover ul{ visibility:visible;  }

/* 3rd level hidden when hovered on 1st level */
div.menu ul :hover ul ul{ visibility:hidden; }

/* 3rd level visible when hovered on 2nd level*/
div.menu ul :hover ul :hover ul{ visibility:visible; }

/* 4th level+ hidden when hovered on*/
div.menu ul :hover ul :hover ul ul{ visibility:hidden;}

/* 4th level visible when you hovered on 3rd level*/
div.menu ul :hover ul :hover ul :hover ul { visibility:visible;}