.nav-bar {background:#e7e7e7;border-bottom:1px #e0e0e0 solid; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav {padding:0 0 0 10px;float:right}
#nav li { list-style:none; position:relative; text-align:left; background:none;}
#nav li.over { z-index:99; }
#nav li.active { z-index:100; } /* to prevent the li separator from showing through on mouseover on li */
#nav a, #nav a:hover {  padding:13px 15px 13px 15px;display:block; text-decoration:none; background:url(../images/arrow/arrow1.gif) no-repeat 15px 50%}
#nav span { display:block; cursor:pointer; }
#nav a {line-height:1.4em; color:#206aa6; font-weight:bold; font-family:arial; font-size:12px; }
#nav a:hover { color:#206AA6; text-decoration:underline; }

/************ 1ST LEVEL  ***************/
#nav li { float:left; }
#nav li.last { }
#nav li.active { margin-left:-1px;  font-weight:bold; }
#nav li.active em { display:block; position:absolute; top:0; right:-1px; width:3px; height:27px; background:#e7e7e7; }
#nav a {float:left;}
#nav li.over a {}


/************ 2ND LEVEL ************/
#nav ul { position: absolute; width:190px; top:41px; left:-10000px; margin-top:0px; padding:0; border:1px solid #e7e7e7;border-bottom:none  }
#nav ul a{ color:#206AA6}
#nav ul a:hover{ background:#206AA6}
#nav ul ul  { border-top:none; }
#nav ul li, #nav ul li.active { float:none; height:auto; background:none; margin:0;background:url(images/line_bg.gif) repeat-x 0 100% #fff; }
#nav ul a, #nav ul a:hover { float:none; padding:0; background:none; line-height:1.3em; }

/* Show menu */
#nav li.over ul { left:5px; }
#nav li.over ul ul { left:-10000px; }
#nav li.over ul li.over ul { left:100px; }

#nav ul li { padding:0; font-weight:normal;  }
#nav ul li.first span { }
#nav ul li span { padding:10px 12px;}
#nav ul span:hover {}
#nav ul li.last span, #nav ul li.last li.last span { }
#nav ul li.last { }

/************ 3RD+ LEVEL ************/

/* Show menu */
#nav ul ul ul { left:-1000px; }
#nav li.over ul li.over ul ul { left:-1000px;}
#nav li.over ul li.over ul li.over ul { left:100px; }

#nav ul ul { left:200px; top:13px; }
#nav ul li.parent li a { background-image:none; }

#nav ul li.parent li li a { background-image:none; }

#nav ul ul li.parent a { background:#000; }

.nav-bar:after { content:"."; display:block; clear:both; height:0; font-size:0; line-height:0em; overflow:hidden; }
