#body{
position:relative;
}

#menu{
position:absolute;
top:-36px;
left:9px;
z-index:500px;
}

#menu a{
	font:bold 11px/16px arial,helvetica,sans-serif;
	display:block;
	border-width:1px;
	border-style:solid;
	border-color:#ccc #888 #555 #bbb;
	white-space:nowrap;
	margin:0px;
	padding:1px 0 1px 3px;
}

#menu h2{
}

#menu ul li{
cursor:pointer;

}

#menu a{
	background:#eee;
	text-decoration:none;
}

#menu a, #menu a:visited{
	font-weight:bold;
	color:#ffffff;
background:#000575;
	width:150px;
text-align:center;
}

#menu a:hover{
	color:#fff;
	background:#00034e;
width:150px;
text-align:center;
}

#menu a:active{
	font-weight:bold;
	color:#ffffff;
background:#000575;
	width:150px;
text-align:center;
}

#menu a.x, #menu a.x:visited{
	font-weight:bold;
	color:#ffffff;
background:#000575;
	width:170px;
text-align:left;
}

#menu a.x:hover{
	color:#fff;
	background:#00034e;
	width:170px;
text-align:left;
}

#menu a.y, #menu a.y:visited{
	font-weight:bold;
	color:#ffffff;
background:#000575;
	padding-left:15px;
	width:158px;
text-align:left;
}

#menu a.y:hover{
	color:#fff;
	background:#00034e;
	width:158px;
text-align:left;
}

#menu a.z, #menu a.z:visited{
	font-weight:bold;
	color:#ffffff;
background:#000575;
	width:142px;
	padding-left:31px;
text-align:left;
}

#menu a.z:hover{
	color:#fff;
	background:#00034e;
	width:142px;
text-align:left;
}

#menu a.x:active{
	color:#060;
	background:#ccc;
}


#menu ul {
	margin:0px;
	padding:0px;
    height:22px;
}



#menu ul ul ul{
	margin:0px;
	padding:0px;
}



#menu ul{
	list-style:none;
	float:left;
}

#menu li{
	position:relative;
}
#menu ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	margin-top:-11px;
}
#menu ul ul ul{
	top:0;
	left:100%;
	position:absolute;
}

div#menu h2:hover{
}

div#menu li:hover{
cursor:pointer;
z-index:100;
margin:0px;
padding:0px;

}

.home{
background:url(images/home_btn.jpg)  no-repeat;
width:127px;
height:22px;
}

.contactus{
background:url(images/contactus_btn.jpg)  no-repeat;
width:125px;
height:22px;
}

.aboutus{
background:url(images/aboutus_btn.jpg)  no-repeat;
width:125px;
height:22px;
}

.testimonials{
background:url(images/testimonials_btn.jpg)  no-repeat;
width:126px;
height:22px;
}

.faq{
background:url(images/faq_btn.jpg)  no-repeat;
width:125px;
height:22px;	
}

.products{
background:url(images/products_btn.jpg)  no-repeat;
width:126px;
height:22px;
}

.services{
background:url(images/services_btn.jpg)  no-repeat;
width:124px;
height:22px;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul,
div#menu ul ul ul li:hover ul ul,
div#menu ul ul ul ul li:hover ul ul,
div#menu ul ul ul ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul,
div#menu ul ul ul ul li:hover ul,
div#menu ul ul ul ul ul li:hover ul,
div#menu ul ul ul ul ul ul li:hover ul
{display: block;}

