/*  Navigation Menu  */

#navlist {
	width: 250px;
	position: relative;
	margin: 0px;
	text-align:left;
        top: 175px;
        left: 50px;
        float: left;
        height: auto;
        z-index: 9999;
        padding: 0;
        margin: 0;
        min-height: 0;
}

#navlist.home
{
   width: 125px;
   height: 275px;
}

#navlist.sub
{
   width: 105px;
   top: 0px;
   left: 0px;
}

#navlist.main
{
top: 175px;
left: 50px;
width: 135px;
position: absolute;
}

#navlist ul {
    float: left;
    width: 100px;
    top: 50px;
    left: 50px;
    list-style: none;
    padding:  0px;
    margin: 0 0 0 0;
    text-align:left;
    vertical-align: top;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: white;
    font-size:15px;
    font-weight:bold;
    background: none;
}

#navlist ul.sub {
  top: 0px;
  left: 0px;
  min-height: 0;
}


#navlist a {
    display: block;
    width: 100px;
    background: transparent;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 0 0 0;
    vertical-align: middle;
    height: auto;
}

#navlist a:hover
{
  color: black;
}

#navlist a:active
{ 
  color: black;
}

#navlist a.sub
{
   color: black;
}

#navlist li {
      float: left;
      padding: 4px 0 10px 0;
      position: relative;
      list-style-type: none;
      margin-left: 0px;
      background: none;
      min-height: 0;
}

#navlist li.sub {
   padding: 2px 0 2px 0;
   position: absolute;
}

#navlist li.last {
     border-right: 0;
}

#navlist li.black a {
  color:black;
}

#navlist li.orange a:hover {
    color: orange;
}

#navlist li.orange a:active {
    color:orange;
}

#navlist li.fuchsia a:hover {
color: fuchsia;
}

#navlist li.aqua a:hover{
	color: aqua;
}

#navlist li.dodgerblue a:hover {
	color:dodgerblue
}

#navlist li.lime a:hover {
	color:lime;
}

#navlist li.yellow a:hover {
	color:yellow;
}

#navlist ul li ul {
      position: absolute;
      margin: 0;
      top: 100%;
      left: 150px;
      display:none;  
      height: auto;
      width: 136px;
      text-align: center;
      font-weight: normal;
      padding-top: 0px;
      padding-bottom: 0px;
      color: white;
      background-color: black;
      border-top: 1px solid black;

}

#navlist ul li ul li {
width:100%;

}

#navlist li li {
      padding-right: 0;
      width: 136px;
      padding-left: 0px;
      border-right: 0;
      border-top: 1px dashed black;
      border-left: 1px solid white;
      border-right: 1px solid white;
}

#navlist li li.last {
border-bottom: 1px solid black;
border-right: 1px solid white;
}

#navlist li ul a {
      width: 136px;
      height: auto;
      padding-top: 2px;
      padding-bottom: 1px;
      font-weight: bold;
      vertical-align: middle;
      color: white;
}

#navlist li ul ul {
}

#navlist li:hover ul ul,
#navlist li:hover ul ul ul {
      display:none;
}

#navlist li:hover ul,
#navlist li li:hover ul,
#navlist li li li:hover ul {
      display:block;  
}



#sublist.sub
{
   width: 105px;
   top: 0px;
   left: 0px;
}

#sublist ul {
    float: left;
    width: 100px;
    top: 50px;
    left: 20px;
    list-style: none;
    padding:  0px;
    margin: 0 0 0 0;
    text-align:left;
    vertical-align: top;
    font-family: "lucida Sans Unicode", "Lucida grande", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: white;
    font-size:13px;
    font-weight:bold;
}

#sublist ul li
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
      float: left;
      padding: 4px 0 5px 5px;
      position: relative;
      list-style-type: none;
  /* line-height: 14px;*/
   left: 0px;
}

#sublist ul.sub {
  top: 0px;
  left: 0px;
}


#sublist a {
    display: block;
    width: 100px;
    background: transparent;
    color: black;
    text-decoration: none;
    padding: 0 0 0 0;
    vertical-align: middle;
}

#sublist a:hover
{
  color: black;
}

#sublist a:active
{ 
  color: black;
}

#sublist a.sub
{
   color: black;
}

#sublist li.aqua-selected a {
    background-image: url("http://www.prodigyarts.org/images/about-puzzle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: black;
}

#sublist li.aqua a:hover {
    background-image: url("http://www.prodigyarts.org/images/about-puzzle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: black;
}

#sublist li.yellow-selected a {
    background-image: url("http://www.prodigyarts.org/images/research-puzzle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: black;
}

#sublist li.yellow a:hover {
    background-image: url("http://www.prodigyarts.org/images/research-puzzle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: black;
}

#sublist li.fuchsia a:hover {
    background-image: url("http://www.prodigyarts.org/images/artists-puzzle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: black;
}

#sublist li.fuchsia-selected a {
    background-image: url("http://www.prodigyarts.org/images/artists-puzzle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: black;
}

#sublist li.dodgerblue a:hover {
    background-image: url("http://www.prodigyarts.org/images/artists-puzzle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: black;
}

#sublist li.dodgerblue-selected a {
    background-image: url("http://www.prodigyarts.org/images/artists-puzzle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: black;
}

#sublist li.lime a:hover {
    background-image: url("http://www.prodigyarts.org/images/training-puzzle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: black;
}

#sublist li.lime-selected a {
    background-image: url("http://www.prodigyarts.org/images/training-puzzle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: black;
}

#sublist li.orange a:hover {
    background-image: url("http://www.prodigyarts.org/images/training-puzzle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: black;
}

#sublist li.orange-selected a {
    background-image: url("http://www.prodigyarts.org/images/training-puzzle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: black;
}

#sublist li.aqua_2-selected a {
    background-image: url("http://www.prodigyarts.org/images/about-puzzle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: black;
}

#sublist li.aqua_2 a:hover {
    background-image: url("http://www.prodigyarts.org/images/about-puzzle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: black;
}

#sublist li.white a
{color: white;
}

#sublist li.white a:hover {
    color: white;
}



#sublist li.sub {
   padding: 2px 0 2px 0;
   position: absolute;
}

#sublist ul li ul {
      position: absolute;
      margin: 0;
      top: 0px;
      left: 105px;
      display:none;  
      height: auto;
      width: 110px;
      text-align: center;
      font-weight: normal;
      padding-top: 0px;
      padding-bottom: 0px;
      color: white;
      background-color: black;
      border-top: 1px solid black;
      font-size: 10px;
}

#sublist ul li ul li {
width:100%;

}

#sublist li li {
      padding-right: 0;
      width: 110px;
      padding-left: 0px;
      border-right: 0;
      border-top: 1px dotted white;
      border-left: none;
      border-right: none;
      font-size: 10px;
}

#sublist li li a:hover {
      color: white;
}

#sublist li li.last {
border-bottom: 1px solid black;
border-right: 1px solid white;
}

#sublist li ul a {
      width: 110px;
      height: auto;
      padding-top: 1px;
      padding-bottom: 1px;
      font-weight: bold;
      vertical-align: middle;
      color: white;

}

#sublist li ul ul {
}

#sublist li:hover ul ul,
#sublist li:hover ul ul ul {
      display:none;
}

#sublist li:hover ul,
#sublist li li:hover ul,
#sublist li li li:hover ul {
      display:block;  
}

