/* style the outer div to give it width */
#nav {font-family: Arial, Helvetica, sans-serif; font-size:1.1em; padding: 15px 0 2px 0;}

/* remove all the bullets, borders and padding from the default list styling */
#nav ul {padding:0;margin:0;list-style-type:none; height:3em; background:#fff;}

/* style the sub-level lists */
#nav ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can 
control the dropdown menu positon */
#nav ul li {float:left;height:2.9em;line-height:3em; position:relative; }

/* style the sub level list items */
#nav ul ul li {display:block;width:12em;height:auto;position:relative;line-height:1em;}

/* style the links for the top level */
#nav a, #nav a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#6E6D72; background:#fff;padding:0; margin-right: 37px; font-weight: 700; text-transform:uppercase; border-top: 2px solid #fff;}

/* style the sub level links */
#nav ul ul a, #nav ul ul a:visited {display:block;background:#F0EFF0; color:#6E6D72 ;width:12em;height:100%;line-height:1.3em; padding:0.5em; font-weight: normal; text-transform: none; font-size: .95em;  border-top: 1px solid #fff;}
#nav ul table ul a, #nav ul table ul a:visited  {width:11.25em; w\idth:11.25em;}

/* style the table so that it takes no part in the layout - required for IE to work */
#nav table {position:absolute; left:0; top:0; font-size:1em;}
#nav ul ul table {lef\t:-1px;}
#nav ul ul table ul.left {margin-lef\t:2px;}

#nav li:hover {position:relative;}
* html #nav a:hover {position:relative;}

/* style the third level background */
#nav ul ul ul a, #nav ul ul ul a:visited {background:#F0EFF0;}
/* style the fourth level background */
#nav ul ul ul ul a, #nav ul ul ul ul a:visited {background:#F0EFF0;}
/* style the sub level 1 background */
#nav ul :hover a.sub1 {background:#F0EFF0 url(../images/menu-arrow.png) no-repeat center right;}
/* style the sub level 2 background */
#nav ul ul :hover a.sub2 {background:#F0EFF0;}

/* style the level hovers */
/* first */
#nav a:hover {color:#FF803F;background:#fff;}
#nav :hover > a {color:#FF803F;background:#fff;}
/* second */
#nav ul ul a:hover{color:#FF803F;background:#F0EFF0;}
#nav ul ul :hover > a {color:#FF803F;background:#F0EFF0;}
/* third */
#nav ul ul ul a:hover {background:#F0EFF0;}
#nav ul ul ul :hover > a {background:#F0EFF0;}
/* fourth */
#nav ul ul ul ul a:hover {background:#F0EFF0;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav ul ul {visibility:hidden;position:absolute;height:0;top:3em;left:0;width:12em;}

/* position the third level flyout menu */
#nav ul ul ul{left:12.25em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
#nav ul ul ul.left {left:-12.25em;}


/* make the second level visible when hover on first level list OR link */
#nav ul li:hover ul, #nav ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(../images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
#nav ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
#nav ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#nav ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
#nav ul :hover ul :hover ul :hover ul {visibility:visible;}


/* indicator that show where the user is */
/* indicator that show where the user is */
#experience ul li a.experience, #services ul li a.services, #news ul li a.news, #work-revel ul li a.work-revel, #successes ul li a.successes, #contact ul li a.contact {border-top: 2px solid #FF803F;}
#experience ul ul li a.experience, #services ul ul li a.services, #news ul ul li a.news, #work-revel ul ul li a.work-revel, #successes ul ul li a.successes, #contact ul ul li a.contact {border-top: 1px solid #fff;}