/* 
Title:		eclipsemediagroup.net screen styles
Author: 	gordon@slickfishstudios.com
*/

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  border: 0 none;
  padding: 0;
  /*width: 500px;*/ /*For KHTML*/
  list-style: none;
  height: 29px;
  float: left;
  margin: 0 0 0 10px;
}

ul#navmenu-h li, #navmenu-h li.circ {
  margin: 0;
  border: 0 none;
  padding: 4px 0 0 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 29px; /* make sure this is at least the height of the position from the top the drop menu sits */
  font-size: 12px;
}
#navmenu-h li.circ {
	color: #666;
	font: normal 12px/20px Helvetica, Verdana, Arial, sans-serif;
}
ul#navmenu-h ul { /* drop menu */
  margin: 0;
	border-top: 0;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom: 1px solid #666;
 
  padding: 0 0 10px 0;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  top: 29px; /* position of drop menu */ 
  left: 0;
  background: #fff url(../images/e-bkg.png) no-repeat left bottom;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
	height: 20px; /* adjusts the line height so to speak of the drop menu */
}


/* Root Menu */
ul#navmenu-h a {
  border: none;
  padding: 0 4px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #de7a1c;
  font: bold 12px/20px Helvetica, Verdana, Arial, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  color: #fff;
}


/* Root Menu Current */
ul#navmenu-h a.current {
	color: #fff;
	background: none;
}
ul#navmenu-h a.current:hover {
	color: #ccc;
	background: none;
}





/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: none;
  color: #666;
	font-weight: normal;
  padding: 0 5px;
  margin: 0;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #de7a1c;
  color: #fff;
}



ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}
