/* 
Title:		porterdrywall.com 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: 30px;
  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: 30px; /* make sure this is at least the height of the position from the top the drop menu sits */
  font-size: 12px;
  text-transform: uppercase;
}
ul#navmenu-h li.circ {
	color: #a6e3ab;
	font: normal 12px/22px Helvetica, Verdana, Arial, sans-serif;
}
ul#navmenu-h ul { /* drop menu */
  	margin: 0;
	border: 1px solid #426dae;
 	border-top: 0;
  	padding: 0 0 10px 0;
  	width: 250px;
  	list-style: none;
  	display: none;
  	position: absolute;
  	top: 30px; /* position of drop menu */ 
  	left: 0;
  	background: url(../images/sub-bkg.png) repeat left top;
}

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: 250px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  height: 17px; /* adjusts the line height so to speak of the drop menu */
  text-transform: capitalize;
}


/* Root Menu */
ul#navmenu-h a {
  border: none;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #c7ddf6;
  font: bold 12px/22px Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
  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: #fff;
	text-decoration: underline;
	background: none;
}





/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: none;
  color: #fff;
	font-weight: normal;
  padding: 0 5px;
  margin: 0;
	letter-spacing: 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: #fff;
  color: #204172;
}



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

/* 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;
}
