/* index nav css for FrogLace Studios */


#nav { 
  font-size: 14px;
  font-weight: bold;
}
#nav ul {
  padding-top: 50px;
}
#nav li {
  line-height: 1.5em;
  padding-left: 20px;
}
#nav a {
  color: #c59b16;
  text-decoration: none;
 background: url(none);
}
* html #nav a {
}
#nav a:hover {
  color: #c59b16;
  text-decoration: none;
 background: #000; 
}
/* current page matrix */
body.home li.home { /* current page code */
  background: url(images/dot.png) no-repeat 0 50%;
}
body.new #nav li.new { /* current page code */
  background: url(images/dot.png) no-repeat 0 50%;
}
body.gng #nav li.gng { /* current page code */
  background: url(images/dot.png) no-repeat 0 50%;
}
body.zwog #nav li.zwog { /* current page code */
  background: url(images/dot.png) no-repeat 0 50%;
}
body.beo-1 #nav li.beo-1 { /* current page code */
  background: url(images/dot.png) no-repeat 0 50%;
}   
body.snd #nav li.snd { /* current page code */
  background: url(images/dot.png) no-repeat 0 50%;
}
body.nk-1 #nav li.nk-1 { /* current page code */
  background: url(images/dot.png) no-repeat 0 50%;
}
body.cdm-1 #nav li.cdm-1 { /* current page code */
  background: url(images/dot.png) no-repeat 0 50%;
}
body.a3_cf-1 #nav li.a3_cf-1 { /* current page code */
  background: url(images/dot.png) no-repeat 0 50%;
}
body.etn #nav li.etn { /* current page code */
  background: url(images/dot.png) no-repeat 0 50%;
}


* html #nav a.home {
}
* html #nav a:hover.home {
}
#nav ul ul {
  padding-top: 0.5em;
 font-size: 0.8em; 
}
#nav ul ul li
 min-height: 1em !important;
 line-height: 1.0em;
  padding-left: 0px  !important;
}