
/*
  - Dropmenu Module for Joomla! ----------------------------------------------------------

  Filename:       mod_dropmenu/mod_dropmenu.css
  Version:        1.4
  Release Date:   10/17/06
  Developer:      David Hunt
  Copyright:      2006 Byrgius Technologies
  License:        GNU/GPL (http://www.gnu.org/copyleft/gpl.html)
  Source:         http://software.byrgius.com/

  - Dependants ---------------------------------------------------------------------------

  none

  ----------------------------------------------------------------------------------------
*/

/* -- Core -------------------------------------------------------------- */


table.nav_bar tr td ul {
  list-style: none;
  text-align: left;
  padding: 0px;
  margin: 0px;
}
table.nav_bar tr td ul li {
  background: url();
  margin: 0px;
  padding: 0px;
}

/* -- Navigation Menu --------------------------------------------------- */
.navul {
  margin:             0px;
  padding:            0px;
  list-style:         none;
  width:              120px;
}
.navul .navli {
  right:              1px;
  top:                2px;
}
.navul .navli .nava {
  display:            block;
  padding:            1px 0px 1px 18px;
  font-family:        Verdana, Trebuchet MS, Tahoma, Helvetica, Geneva, Arial, Sans-Serif;
  font-size:          10px;
  color:              #FFFFFF;
  text-decoration:    none;
  border-bottom:      0px solid #333333;
  border-left:        1px solid #333333;
  border-right:       1px solid #333333;
  /* FILTER:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=100); */
}
.navul .navli .nava:hover {
  display:            block;
  padding:            1px 0px 1px 18px;
  font-family:        Verdana, Trebuchet MS, Tahoma, Helvetica, Geneva, Arial, Sans-Serif;
  font-size:          10px;
  color:              #FFFF00;
  text-decoration:    none;
  border-bottom:      0px solid #333333;
  border-left:        1px solid #333333;
  border-right:       1px solid #333333;
  /* FILTER:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=100); */
}

/* -- Sub-Level Position ------------------------------------------------ */
.navli .navul {
  position:           absolute;
  top:                16px;
  left:               16px;
  display:            none;
  padding:            2px;
}
.navli:hover .navul, .navli.over .navul {
  display:            block;
  padding:            0px;
}

/* -- Level Definitions ------------------------------------------------- */
.nava.l0, .nava.l0:visited {
  background: #5a5a5a url(bullets/bullet_0_off.html) 4px -2px no-repeat;
}
.navul .navli .nava.l0:hover {
  background: #444444 url(bullets/bullet_0_on.html) 4px -2px no-repeat;
}

.nava.l1, .nava.l1:visited {
  background: #7a7a7a url(bullets/bullet_0_off.html) 4px -2px no-repeat;
}
.navul .navli .nava.l1:hover {
  background: #444444 url(bullets/bullet_0_on.html) 4px -2px no-repeat;
}

.nava.l2, .nava.l2:visited {
  background: #9a9a9a url(bullets/bullet_0_off.html) 4px -2px no-repeat;
}
.navul .navli .nava.l2:hover {
  background: #444444 url(bullets/bullet_0_on.html) 4px -2px no-repeat;
}

/* -- Parent Items (ie: with child) ------------------------------------- */
.nava.par, .nava.par:visited {
  background-image: url(bullets/bullet_1_off.html);
  background-position: 4px -2px;
  background-repeat: no-repeat;
}
.nava.par:hover,
.navul .navli .nava.par:hover {
  background-image: url(bullets/bullet_1_on.html);
  background-position: 4px -2px;
  background-repeat: no-repeat;
}

/* -- Fix IE. Hide from IE Mac ------------------------------------------ \*/
* html .navul .navli { float: left; height: 1%; }
* html .navul .navli .nava { height: 1%; }
/* End */


