/* Nav Headers */

#nav ul li span{
	text-indent:-20000px;
}

.home a{
	padding:0;
	margin:1px;
	background:url(../images/nav/home.gif) no-repeat;
	height:21px;
	width:43px;
	display:block;
	text-indent:-200000px;
}

.products a{
	padding:0;
	margin:1px;
	background:url(../images/nav/products.gif) no-repeat;
	height:21px;
	width:67px;
	display:block;
	text-indent:-200000px;
}

.services a{
	padding:0;
	margin:1px;
	background:url(../images/nav/services.gif) no-repeat;
	height:21px;
	width:62px;
	display:block;
	text-indent:-200000px;
}

.qna a{
	padding:0;
	margin:1px;
	background:url(../images/nav/qna.gif) no-repeat;
	height:21px;
	width:40px;
	display:block;
	text-indent:-200000px;
}

.hints a{
	padding:0;
	margin:1px;
	background:url(../images/nav/hints.gif) no-repeat;
	height:21px;
	width:99px;
	display:block;
	text-indent:-200000px;
}

.btu a{
	padding:0;
	margin:1px;
	background:url(../images/nav/btu.gif) no-repeat;
	height:21px;
	width:110px;
	display:block;
	text-indent:-200000px;
}

.communication a{
	padding:0;
	margin:1px;
	background:url(../images/nav/communication.gif) no-repeat;
	height:21px;
	width:113px;
	display:block;
	text-indent:-200000px;
}

.about a{
	padding:0;
	margin:1px;
	background:url(../images/nav/aboutus.gif) no-repeat;
	height:21px;
	width:65px;
	display:block;
	text-indent:-200000px;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.navigation li{
	float:left;
	position:relative;
	list-style:none;
	display:inline;
	float:left;
	padding:0;
	margin:0 6px 0 0;
}


/* style the second level background */
#nav ul ul a.drop, .navigation ul ul a.drop:visited {
	z-index:2000;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */

#nav ul ul{
	visibility:hidden;
	position:absolute;
	height:0;
	top:22px;
	left:0;
	width:150px;
	border-top:1px solid #999999;
	padding:0;
	margin:0;
	z-index:2000;
}


/* style the second level links */
#nav ul ul li a {
	background:#333333;
	color:#cccccc;
	height:24px;
	line-height:24px;
	padding:0 0 0 8px;
	width:140px;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	border-top:none;
	text-decoration:none;
	font-size:10px;
	margin:0;
	text-transform:capitalize;
	text-indent:0px;
	z-index:2000;
	overflow:hidden;
}

#nav ul ul li a:hover{
	background:#CCCCCC;
	color:#000000;
	height:24px;
	line-height:24px;
	padding:0 0 0 8px;
	width:140px;
	text-decoration:none;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	border-top:none;
	font-size:10px;
	margin:0;
	text-transform:capitalize;
	z-index:2000;
	overflow:hidden;
}


/* yet another hack for IE5.5 */
* html .navigation ul ul a, * html #nav ul ul a:visited {width:150px;w\idth:128px;}

/* hack to correct IE5.5 faulty box model */
* html #nav {width:746px; w\idth:730px;}

/* another hack for IE5.5 */
* html #nav ul ul {top:20px;t\op:21px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#nav li:hover table {position:absolute; top:0; left:0; border-collapse:collapse;}


#nav ul li:hover ul,
#nav ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#nav ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#nav ul :hover ul :hover ul{ visibility:visible;}


/* position the third level flyout menu */
#nav ul ul ul{left:149px; top:-1px; width:149px;}
#nav ul ul .thirdmenu{left:-149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
#nav ul ul ul.left {left:-149px;}

/* style the third level background */
#nav ul ul ul a, #nav ul ul ul a:visited {background:#333333;}
/* style the third level hover */
#nav ul ul ul a:hover {background:#CCCCCC;}



/* remove all the bullets, borders and padding from the default list styling */
#nav ul {padding:0;margin:0;list-style-type:none;}
#nav ul ul {width:149px;}