/* Begin CSS Drop Down Menu */


#menuh
	{
	width:100%;
	float:left;
	height:37px;
	margin-top:1px;
	}		
#menuh ul a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.5em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #ff4d00;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #999999;
	text-decoration:none;
	}	
	
#menuh ul ul ul a:link, #menuh ul ul ul a:visited, #menuh ul ul ul a:active	/* menu at rest */
	{
	background-color: #999999;
	}
	
#menuh ul ul ul a:hover /* menu at mouse-over  */
	{
	background-color: #646464;
	}	
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../Images/Gif/navarrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:16em;	/* width of all menu boxes */
	}
	
#menuh ul ul ul
	{
	width:11em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:35px;
	left:12px;
	display:none;
	margin:0em 0 0 -1em;
	border: 1px solid #6a6564;
	}

#menuh ul ul ul
	{
	top:0px;
	left:106%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/*--------------------------------------------------------Start parent item styling -----------------------------------------*/

#menuh li:hover {
	background-position: -35px 0px;
}

#menuh #home span:hover, #menuh #usolns span:hover, #menuh #gsolns span:hover, #menuh #power span:hover, #menuh #service span:hover, #menuh #menu span:hover  {
	background-position:0px -35px;
	height:35px;
}

#menuh #home, #menuh #home span {
	background:url(../Images/Buttons/nav-home.gif) top left no-repeat;	
	width:114px;
}

#menuh #home span, #menuh #usolns span, #menuh #gsolns span, #menuh #power span, #menuh #service span, #menuh #menu span {
	margin-bottom: -30px;
	display: block;
	position: relative; 
	z-index: 1;
	height:35px;
	overflow:hidden;
}

#menuh #usolns, #menuh #usolns span {
	background:url(../Images/Buttons/nav-ups.gif) no-repeat;	
	width:152px;
}

#menuh #gsolns, #menuh #gsolns span {
	background:url(../Images/Buttons/nav-gen.gif) no-repeat;	
	width:152px;
}

#menuh #power, #menuh #power span {
	background:url(../Images/Buttons/nav-power.gif) no-repeat;	
	width:152px;
}

#menuh #service, #menuh #service span {
	background:url(../Images/Buttons/nav-global.gif) no-repeat;	
	width:175px;
}

#menuh #menu, #menuh #menu span {
	background:url(../Images/Buttons/nav-menu.gif) no-repeat;	
	width:215px;
}