#menuh
	{
	float:right;
	margin: 0px;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0px;	
	width: 140px;
	}
	
/* menu at rest */
#menuh a:link, #menuh a:visited, #menuh a:active	
	{
	color: #009;
	background-color:#ebebeb;
        text-decoration: none;
	}
	
/* menu on mouse-over  */
#menuh a:hover						
	{
	color: #009;
	background-color: #CCC;
        text-decoration: none;
	}
	
.padding {
	padding: 5px;
}

/* main navigation: home */
#menuh a.home  
	{
	width: 55px;
	height: 38px;
	background-image: url(../images/navNormal_02.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.home:hover
	{
	width: 55px;
	height: 38px;
	background-image: url(../images/navHover_02.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}

/* main navigation: software & services */
#menuh a.software
	{
	width: 137px;
	height: 38px;
	background-image: url(../images/navNormal_04.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.software:hover 
	{
	width: 137px;
	height: 38px;
	background-image: url(../images/navHover_04.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}


/* main navigation: solutions */
#menuh a.solutions
	{
	width: 72px;
	height: 38px;
	background-image: url(../images/navNormal_06.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.solutions:hover 
	{
	width: 72px;
	height: 38px;
	background-image: url(../images/navHover_06.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
/* main navigation: broadband business */
#menuh a.broadband
	{
	width: 137px;
	height: 38px;
	background-image: url(../images/navNormal_08.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.broadband:hover 
	{
	width: 137px;
	height: 38px;
	background-image: url(../images/navHover_08.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
/* main navigation: partners */
#menuh a.partners
	{
	width: 72px;
	height: 38px;
	background-image: url(../images/navNormal_10.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.partners:hover 
	{
	width: 72px;
	height: 38px;
	background-image: url(../images/navHover_10.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}

/* main navigation: news & events */
#menuh a.newsEvents
	{
	width: 106px;
	height: 38px;
	background-image: url(../images/navNormal_12.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.newsEvents:hover, a.newsEvents:active
	{
	width: 106px;
	height: 38px;
	background-image: url(../images/navHover_12.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
/* main navigation: about */
#menuh a.about
	{
	width: 72px;
	height: 38px;
	background-image: url(../images/navNormal_14.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.about:hover 
	{
	width: 72px;
	height: 38px;
	background-image: url(../images/navHover_14.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
/* main navigation: language */
#menuh a.language
	{
	width: 81px;
	height: 38px;
	background-image: url(../images/navNormal_16.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.language:hover 
	{
	width: 81px;
	height: 38px;
	background-image: url(../images/navHover_16.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	height: 38px;
	}

#menuh li
	{
	position: relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	float:none;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

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