@charset "utf-8";

div, p, ul, h1, h2, h3, h4, form{
	margin:0px; 
	padding:0px;
}
ul{
	list-style-type:none;
}

/* Begin CSS Drop Down Menu */

#topPan div#menu{
    width:488px;
	position:absolute;
	left: 220px;
	top: 83px;
}

#menuh{
	clear:both;
	width:458px;
	height:29px;
	position:absolute;
	left:32px;
}

/* Home Mouseover image */
.homeimg{
	width:30px;
	height:29px;
	float:left;
}
.cssnav {
	background-image: url(../images/home_icn_in.jpg);
	background-repeat: no-repeat;
	width: 30px;
	height:29px;
}
.cssnav a {
	width: 30px;
	height: 29px;
	float: left;
}

* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

/* Home Mouseover image close */	

#menuh a
	{
	height:15px;
	font:bold 1.1em/1.2em arial, sans-serif;
	display:block;
	border: 3px solid #2c8ada;
	margin:0 2px 1px 0;
	padding:4px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #000000;
	background-color: #b2dafc;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #e60700;
	border: 3px solid #d0d0d1;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	font-weight:bold;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:8em;  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:auto;
	display:none;
	padding: 1.5em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	padding: 1.2em;
	top:0;
	left:100%;
	}
#Unlocking{ width:74px;}
#Repairing{width:83px;}
	#HSWare{width:140px; float:left;}
		#Damage{width:180px;}
#IMEICheck{width:80px;}
#JOBTracking{width:94px;}
#Other{width:60px;}
	#NPhones{width:150px;}
#AboutUs{width:67px;}

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 */
