#nav {
	margin: 0;
	padding: 0;
	height: 37px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin: 0; 
	padding: 0;
     list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 37px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	}
	
/* for IE, with IE5/Mac backslash filter \*/
*html #nav a {
	padding-top: 200px; 
	margin: 0;
}
/* end filter */


#nav a:hover {
	background-position: 0 -37px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -74px;
	}
	
#nhome a  {
	width: 116px;
	background: url(../images/thome.gif) top left;
	background-repeat: no-repeat;
	text-indent: -9000px;
	}
#nservices a  {
	width: 116px;
	background: url(../images/tservices.gif) top left no-repeat;
	text-indent: -9000px;
	}
#nproducts a  {
	width: 116px;
	background: url(../images/tproducts.gif) top left no-repeat;
	text-indent: -9000px;
	}
#ncontact a  {
	width: 116px;
	background: url(../images/tcontact.gif) top left no-repeat;
	text-indent: -9000px;
	}

/* Sub Navigation */
#navcontainer { 
	margin: 0 0 0 5px;
	background:#e3e2e1;
	}

#navcontainer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer ul li { 
	width: 175px; 
	margin: 0px; 
	padding: 0px; 
	background-image: url(../images/subnav_right.gif);
	background-repeat: no-repeat;
	background-position: 7px 12px;
}

#navcontainer ul a {
	display: block;
	height: 20px;
	color: #a41010;
	text-decoration: none;
	margin: 0px;
	padding: 8px 0px 0px 16px;
	border-top: 1px solid #FFF;
	font: normal 12px Arial, Helvetica, sans-serif;	
}

#navcontainer ul a:hover {
	color: #FFFFFF;
	background-color: #888;
	text-decoration: none;
	background-image: url(../images/subnav_right.gif);
	background-repeat: no-repeat;
	background-position: 7px 12px;
}

#navcontainer ul li a.active {
	background-color: #666;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	background-image: url(../images/subnav_right.gif);
	background-repeat: no-repeat;
	background-position: 7px 12px;	
}

#navcontainer ul ul li { margin: 0px;}

#navcontainer ul ul li a {
	display: block;
	height: 18px;
	padding: 6px 0px 0px 24px;
	color: #a41010;
	background-color: #FFF;
	text-decoration: none;
	list-style: circle;
	font: 11px Arial, Helvetica, sans-serif;
	border-top: 1px solid #eee;
	background-image: url(../images/subnav_dot.gif);
	background-repeat: no-repeat;
	background-position: 16px 11px;
}

#navcontainer ul ul li a:hover{
	color: #a41010;
	background-color: #f4f4f4;
	background-image: url(../images/subnav_dot.gif);
	background-repeat: no-repeat;
	background-position: 16px 11px;
}

#navcontainer ul ul li a.active {
	font: bold 11px Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #a41010;
	background-image: url(../images/subnav_dot.gif);
	background-repeat: no-repeat;
	background-position: 16px 11px;
}



