#nav { padding:0; font-size:1em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; padding:5px 10px; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:normal; text-decoration:none; text-transform:uppercase; font-weight:bold; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(../images/i_nav-parent.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/************ 0 LEVEL  ***************/
#nav li { float:left; border-right:#FFFFFF 1px dotted; }
#nav.centered {  margin:0 auto; display:table; }
#nav li.first { border-left:#FFFFFF 1px dotted; }
#nav li.active a { color:#fff;/*#D5E4EB*/ }
#nav a { float:left; padding:0; font-weight:bold; color:#5A2C2C; }
#nav li.over a,
#nav a:hover { color:#FFF; }

/************ 1ST LEVEL ************/
#nav ul li {font-size: .8em; padding: 0;}
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#F0B8B6 url(../images/nav_divider.gif) repeat-x 0 100%; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#F0B8B6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:12em; top:24px; left:-10000px; border:0px solid #899ba5; }

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#F0B8B6;/*#ecf3f6;*/ }
#nav ul li a:hover { background-color:#F9DEDD; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
/*#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}*/
#nav ul span, #nav ul li.last li span { padding:3px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }